Experimental gui.
This commit is contained in:
11
experimental/daemon/tests/integration/stop-background.sh
Executable file
11
experimental/daemon/tests/integration/stop-background.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "🛑 Stopping wild-cloud-central background services..."
|
||||
|
||||
if docker ps | grep -q wild-central-bg; then
|
||||
docker stop wild-central-bg
|
||||
docker rm wild-central-bg
|
||||
echo "✅ Services stopped and container removed."
|
||||
else
|
||||
echo "ℹ️ No background services running."
|
||||
fi
|
Reference in New Issue
Block a user