Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Mar 18, 2024
1 parent 3f9e380 commit 4c0754d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c0754d

Please sign in to comment.