Update offsite-power-check.sh

This commit is contained in:
2023-11-05 20:15:49 -06:00
parent 341596f1d2
commit 54c74c5dac

View File

@@ -100,7 +100,7 @@ PWO_STOP(){
PWO_RESTART() {
PWO_STOP
sleep 2s
/opt/idssys/powerwall/offsite-power-check.sh restart &
/opt/idssys/powerwall/offsite-power-check.sh start &
}