Update offsite-power-check.sh

This commit is contained in:
2024-01-01 23:12:31 -06:00
parent 18d4d5222c
commit 7efad5473a

View File

@@ -175,7 +175,7 @@ LOGROTATE(){
}
case $1 in
start) PWO_START &;;
start) PWO_START;;
stop) PWO_STOP;;
restart) PWO_RESTART;;
logrotate) LOGROTATE;;