0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Merge branch 'propelai-master'

This commit is contained in:
Adrian Dvergsdal 2018-01-04 19:21:55 +01:00
commit 4edb2a932e
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -45,6 +45,8 @@ function createUser() {
if [ "${args[2]}" == "e" ]; then
chpasswdOptions="-e"
index=1
else
chpasswdOptions=""
fi
uid="${args[$[$index+2]]}"; validateArg "UID" "$uid" "$reUid" || return 1