Update run.sh

This commit is contained in:
2023-12-03 21:18:05 -06:00
parent e964bb0553
commit bb8069aca2

2
run.sh
View File

@@ -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