Update create-user.sh

This commit is contained in:
2025-07-10 23:34:49 +00:00
parent 4484b93799
commit 448726a9aa

View File

@@ -19,7 +19,7 @@ if [[ -z "$NEWUSER_PUBKEY" ]]; then
fi fi
# Prompt for group(s) # 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 </dev/tty IFS= read -r NEWUSER_GROUPS </dev/tty
# Create user if needed # Create user if needed