diff --git a/default.inc b/default.inc index 5fe7a61..b7d00a1 100755 --- a/default.inc +++ b/default.inc @@ -125,11 +125,13 @@ detect_os () { } ENTER2CONTINUE(){ - read -sp "\n[Press ENTER to continue]" + echo + read -sp "[Press ENTER to continue]" echo -e "\e[1A\n\e[0K\r\n" } ANYKEY2CONTINUE(){ - read -n1 -sp "\n[Press any key to continue]" + echo + read -n1 -sp "[Press any key to continue]" echo -e "\e[1A\n\e[0K\r\n" }