"Press enter" for first connect

This commit is contained in:
2021-01-02 19:41:29 +01:00
parent 414ff4a546
commit 4468db389f
2 changed files with 9 additions and 1 deletions

View File

@ -357,6 +357,10 @@ function menuFor() {
}
function askForFunnyUserCreds() {
clear
echo "Press Enter to start."
read -s
askStr 12 "Login" "Username:" ""
username=$(cat $TMP)
askPw 12 "Login" "Password:" ""