diff --git a/create-user.sh b/create-user.sh index 8a9e2d8..8277979 100644 --- a/create-user.sh +++ b/create-user.sh @@ -19,7 +19,7 @@ if [[ -z "$NEWUSER_PUBKEY" ]]; then fi # Prompt for group(s) -printf "Comma-separated groups to add (e.g. sudo,docker): " +printf "Comma-separated groups to add (e.g. sudo,sshusers,docker): " IFS= read -r NEWUSER_GROUPS