mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-24 12:59:24 -05:00
Merge branch 'propelai-master'
This commit is contained in:
commit
4edb2a932e
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ function createUser() {
|
||||||
if [ "${args[2]}" == "e" ]; then
|
if [ "${args[2]}" == "e" ]; then
|
||||||
chpasswdOptions="-e"
|
chpasswdOptions="-e"
|
||||||
index=1
|
index=1
|
||||||
|
else
|
||||||
|
chpasswdOptions=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uid="${args[$[$index+2]]}"; validateArg "UID" "$uid" "$reUid" || return 1
|
uid="${args[$[$index+2]]}"; validateArg "UID" "$uid" "$reUid" || return 1
|
||||||
|
|
Loading…
Reference in a new issue