From 4c0754d551c620d03fb10fd9d1d1b0ee4f7b7886 Mon Sep 17 00:00:00 2001 From: Claude Pageau Date: Mon, 18 Mar 2024 08:36:29 -0500 Subject: [PATCH] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 0ff7aea..c2747c3 100644 --- a/run.sh +++ b/run.sh @@ -16,6 +16,7 @@ if [ "$1" = "start" ]; then sudo supervisorctl start speed-cam speed-web echo "Wait 10 seconds for supervisor services to start $programs" sleep 10 + sudo supervisorctl status all elif [ "$1" = "stop" ]; then echo "STOP: sudo supervisorctl stop $programs" sudo supervisorctl stop speed-cam speed-web