diff --git a/configs/scripts/user.sh b/configs/scripts/user.sh index 9dc0472..89a0bd9 100755 --- a/configs/scripts/user.sh +++ b/configs/scripts/user.sh @@ -6,7 +6,7 @@ trap '' SIGINT SIGTERM while true; do - read -p "Enter a username (letters, prefferably only lowercase, digits, underscores and hyphens): " username + read -p "Enter a username (letters, preferably only lowercase, digits, underscores and hyphens): " username chroot /mnt /bin/bash -c "useradd -m '$username'" if [ $? -eq 0 ]; then