Update default.inc

This commit is contained in:
2023-08-28 23:01:16 -05:00
parent a9fcf138a0
commit 4260f0fa7d

View File

@@ -125,12 +125,11 @@ detect_os () {
} }
ENTER2CONTINUE(){ ENTER2CONTINUE(){
echo "Press ENTER to continue" echo -en "\n[Press ENTER to continue]"; while read -s answer; do
while read -s answer; do
if [ -z "$answer" ]; then if [ -z "$answer" ]; then
break break
fi fi
done done; echo -e "\e[1A\n\e[0K\r\n"
} }
SHOW_TIME() { SHOW_TIME() {