"Press enter" for first connect
This commit is contained in:
@ -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:" ""
|
||||
|
Reference in New Issue
Block a user