Update run.sh

This commit is contained in:
2024-11-30 16:37:39 -06:00
parent 89449cde07
commit f86da47f06

2
run.sh
View File

@@ -48,7 +48,7 @@ if [ "${1}" == "update" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}"
fi
if [ ! -f ${PW_TMPFOLDER}/.singleserver.PW.secondary ]; then
if [ ! -f /opt/idssys/nodemgmt/.tmp/.singleserver.PW.secondary ]; then
echo -en "${idsCL[LightCyan]}Do you want to restart PowerWall Services as well? (y/N): "
read -n 1 choice
case "$choice" in