diff --git a/entrypoint b/entrypoint index 62b58df..7e904e0 100755 --- a/entrypoint +++ b/entrypoint @@ -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