home · contact · privacy
Improve setup scripts.
[config] / buster / setup_scripts / setup_eeepc.sh
index a7add59929cf920ea7b574fcd627eb0998420dd3..c4c40251b5b040d46e1bec42ed14a4e9692b1233 100755 (executable)
@@ -61,6 +61,7 @@ if [ "${HOME_DIR_EXISTS}" -eq 0 ]; then
     printf "Secrets passphrase: "
     read secrets_pass
     stty echo
+    echo "" # newline so user knows their input return was accepted
     echo "${secrets_pass}" | pmount /dev/"${secrets_dev}"
     cp -a "${source_dir_secrets}" "${target_dir_secrets}"
     chown -R plom:plom "${target_dir_secrets}"