Update default.inc
This commit is contained in:
@@ -112,7 +112,7 @@ detect_os () {
|
||||
|
||||
ENTER2CONTINUE(){
|
||||
echo "Press ENTER to continue"
|
||||
while read answer; do
|
||||
while read -s answer; do
|
||||
if [ -z "$answer" ]; then
|
||||
break
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user