Fix runs commands on docker compose (internal)

This commit is contained in:
Paulo Truta
2025-10-05 20:24:02 +02:00
parent dbc831e972
commit 7996c552f8
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ run:
install:
@echo "📦 Installing edgeboxctl service (${RELEASE}) for ${GOOS} (${GOARCH})\n"
@echo "🚧 Stopping edgeboxctl service if it is running"
@echo "�🚧 Stopping edgeboxctl service if it is running"
sudo systemctl stop edgeboxctl || true
@echo "\n🗑️ Removing old edgeboxctl binary and service"