From f436c07d3bc676d17923426fd65db42872d105b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Aug 2023 22:35:44 -0500 Subject: [PATCH] Update default.inc --- default.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" }