Update offsite-power-check.sh

This commit is contained in:
2023-11-05 20:05:55 -06:00
parent fd4eb63426
commit 742556072c

View File

@@ -99,7 +99,8 @@ PWO_STOP(){
PWO_RESTART() { PWO_RESTART() {
PWO_STOP PWO_STOP
PWO_START sleep 2s
PWO_START &
} }
@@ -117,6 +118,7 @@ case $1 in
git prune >/dev/null 2>&1 git prune >/dev/null 2>&1
git pull >/dev/null 2>&1 git pull >/dev/null 2>&1
# /bin/chmod +x /opt/idssys/powerwall/offsite-power-check.sh 2>&1 # /bin/chmod +x /opt/idssys/powerwall/offsite-power-check.sh 2>&1
PWO_RESTART
fi fi
;; ;;
esac esac