diff --git a/default.inc b/default.inc index a0da274..4143aec 100755 --- a/default.inc +++ b/default.inc @@ -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