We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac022a1 commit 230d9f3Copy full SHA for 230d9f3
dream-server/dream-cli
@@ -1392,7 +1392,7 @@ cmd_purge() {
1392
error "$service_id is still enabled. Run 'dream disable $service_id' first."
1393
fi
1394
1395
- # Check if container is still running
+ # Check if container is still running (disable may have failed to stop it)
1396
local _container="${SERVICE_CONTAINERS[$service_id]:-dream-$service_id}"
1397
if docker ps --format '{{.Names}}' 2>/dev/null | grep -q "^${_container}$"; then
1398
error "$service_id container is still running. Run 'dream stop $service_id' first."
0 commit comments