0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-12-01 13:00:56 -05:00

Merge branch 'jmcombs-fix-unit-tests'

This commit is contained in:
Adrian Dvergsdal 2023-03-02 23:52:55 +01:00
commit 5891378ea1
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -34,7 +34,7 @@ IFS=':' read -ra args <<< "$1"
skipIndex=0
chpasswdOptions=""
useraddOptions=(--no-user-group --badnames)
useraddOptions=(--no-user-group --badname)
user="${args[0]}"; validateArg "username" "$user" "$reUser" || exit 1
pass="${args[1]}"; validateArg "password" "$pass" "$rePass" || exit 1