diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-05-28 12:07:22 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-05-28 12:07:37 +0200 |
| commit | 20afa79038ec04e8a222d384410efec74ac40931 (patch) | |
| tree | 61c9944c6a8e2a348c0582516e8710b27b740784 | |
| parent | 83b00b2cda355744fa7d7faac4440198e9f33fad (diff) | |
usergen: Force newline after password input
| -rwxr-xr-x | usergen | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
