Update run.sh
This commit is contained in:
2
run.sh
2
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
|
||||
|
||||
Reference in New Issue
Block a user