From 0bf4915cd5fb500c48be9e0afb4e3d217a3ba757 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 26 Oct 2025 05:51:59 -0700 Subject: [PATCH] Update update.sh https://github.com/SpudGunMan/meshing-around/issues/234 --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index bdade54..ba8c7c1 100644 --- a/update.sh +++ b/update.sh @@ -3,6 +3,7 @@ # Usage: bash update.sh or ./update.sh after making it executable with chmod +x update.sh # Check if the mesh_bot.service or pong_bot.service +service_stopped=false if systemctl is-active --quiet mesh_bot.service; then echo "Stopping mesh_bot.service..." systemctl stop mesh_bot.service