diff --git a/run.sh b/run.sh index 8dc6afa2..b0a9ade0 100755 --- a/run.sh +++ b/run.sh @@ -48,7 +48,8 @@ if [ "${1}" == "update" ]; then if [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${PW_VERS} complete${idsCL[Default]}" - + fi + if [ "${2}" != "q" ] && [ "${2}" != "y" ]; then if [ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]; then echo -en "${idsCL[LightCyan]}Do you want to restart PowerWall Services as well? (y/N): " read -n 1 choice