Update create-user.sh
This commit is contained in:
@@ -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 </dev/tty
|
||||
|
||||
# Create user if needed
|
||||
|
||||
Reference in New Issue
Block a user