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