typo
This commit is contained in:
parent
1034adbf9e
commit
df0d38a41b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue