usergen: Force newline after password input

This commit is contained in:
Xavier Del Campo Romero 2023-05-28 12:07:22 +02:00
parent 83b00b2cda
commit 20afa79038
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ stty -echo
echo Password: >&2
IFS= read -r PWD
stty echo
# Force newline
echo
echo "Quota, in MiB (leave empty for unlimited quota):" >&2
read -r QUOTA