Rename one more Tower bit.

This commit is contained in:
Bill Nottingham 2021-05-18 19:26:18 -04:00
parent 2c2aaa7fea
commit 34f4dc521b

View File

@ -9,7 +9,7 @@ case "$1" in
exec systemctl $1 automation-controller.service
;;
status)
exec systemctl status automation-controller.service $TOWER_SERVICES
exec systemctl status automation-controller.service $CONTROLLER_SERVICES
;;
*)
echo "Usage: automation-controller-service start|stop|restart|status"