From bb8069aca23ed96e0bebb632664d3537ac2525d5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 21:18:05 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 0e6f34fe..a0203f2a 100755 --- a/run.sh +++ b/run.sh @@ -39,7 +39,7 @@ if [ "${1}" == "update" ]; then echo -en "\e[0K\r${idsCL[LightCyan]}This update is currently in BETA, proceed (N/y)? ${idsCL[Default]}" read -n1 choice case $choice in - [Yy]) goforup=1;; + [Yy]) echo; goforup=1;; esac elif [ "$(${NM_SCRIPT} betacheck)" == "true" ] && [ "${2}" == "q" ]; then goforup=0