Update update.sh

https://github.com/SpudGunMan/meshing-around/issues/234
This commit is contained in:
SpudGunMan
2025-10-26 05:51:59 -07:00
parent f83793acc9
commit 0bf4915cd5
+1
View File
@@ -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