Update default.inc

This commit is contained in:
2019-02-04 00:50:38 -06:00
parent d19aeb6c45
commit 243b39d87f

View File

@@ -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