Update offsite-power-check.sh

This commit is contained in:
2024-02-05 18:50:19 -06:00
parent 7702ee592d
commit cdeb7d2578

View File

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