Update offsite-power-check.sh

This commit is contained in:
2024-02-05 18:33:25 -06:00
parent da514e0a8b
commit fdb7f8708b

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;;