aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-28 12:07:22 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-28 12:07:37 +0200
commit20afa79038ec04e8a222d384410efec74ac40931 (patch)
tree61c9944c6a8e2a348c0582516e8710b27b740784
parent83b00b2cda355744fa7d7faac4440198e9f33fad (diff)
usergen: Force newline after password input
-rwxr-xr-xusergen2
1 files changed, 2 insertions, 0 deletions
diff --git a/usergen b/usergen
index c724efa..4ec172b 100755
--- a/usergen
+++ b/usergen
@@ -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