diff --git a/default.inc b/default.inc index 8b5fd71..5a833e8 100755 --- a/default.inc +++ b/default.inc @@ -125,12 +125,11 @@ detect_os () { } ENTER2CONTINUE(){ - echo "Press ENTER to continue" - while read -s answer; do + echo -en "\n[Press ENTER to continue]"; while read -s answer; do if [ -z "$answer" ]; then break fi - done + done; echo -e "\e[1A\n\e[0K\r\n" } SHOW_TIME() {