This commit is contained in:
2025-05-05 21:34:58 -05:00
parent 8368f07934
commit c75160b0a3
3 changed files with 3 additions and 3 deletions

2
run.sh
View File

@@ -46,7 +46,7 @@ if [ "${1}" == "update" ]; then
source /opt/idssys/powerwall/defaults.inc
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}"
echo -e "\e[0K\r ${idsCL[Green]}Update to v${PW_VERS} complete${idsCL[Default]}"
fi
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): "