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