Update run.sh

This commit is contained in:
2025-06-14 16:37:46 -05:00
parent 857529f158
commit a99398148f

5
run.sh
View File

@@ -62,8 +62,11 @@ if [ "${1}" == "update" ]; then
esac
fi
else
elif [ "${2}" == "y" ]; then
${PW_SCRIPT} service all restart
elif [ "${2}" == "q" ]; then
${PW_SCRIPT} service all restart >/dev/null 2>&1
fi
elif [ "${2}" != "q" ]; then