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]}"
|
echo -en "\e[0K\r${idsCL[LightCyan]}This update is currently in BETA, proceed (N/y)? ${idsCL[Default]}"
|
||||||
read -n1 choice
|
read -n1 choice
|
||||||
case $choice in
|
case $choice in
|
||||||
[Yy]) goforup=1;;
|
[Yy]) echo; goforup=1;;
|
||||||
esac
|
esac
|
||||||
elif [ "$(${NM_SCRIPT} betacheck)" == "true" ] && [ "${2}" == "q" ]; then
|
elif [ "$(${NM_SCRIPT} betacheck)" == "true" ] && [ "${2}" == "q" ]; then
|
||||||
goforup=0
|
goforup=0
|
||||||
|
|||||||
Reference in New Issue
Block a user