From df0d38a41b333e1eaffa2f7b1a5d5d7bfb314326 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 17 Nov 2024 13:22:07 +0100 Subject: [PATCH] typo --- configs/scripts/user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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