mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Fix command causing unit tests to fail
This commit is contained in:
parent
ffeb104bee
commit
ffb2802448
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue