summaryrefslogtreecommitdiff
path: root/mass_useradd
diff options
context:
space:
mode:
Diffstat (limited to 'mass_useradd')
-rwxr-xr-xmass_useradd2
1 files changed, 1 insertions, 1 deletions
diff --git a/mass_useradd b/mass_useradd
index 468453f..cf0fe2c 100755
--- a/mass_useradd
+++ b/mass_useradd
@@ -73,6 +73,6 @@ while IFS=":$IFS" read username realname; do
# Set the password. This calls another script from this toolkit,
# mass_passwd, which can be used independently. mass_passwd outputs
# the username, password and userid.
- $(dirname $0)/1mass_passwd -M $username
+ $(dirname $0)/mass_passwd -M $username
done