From 2f8851457cf6de83e7e4beebe4797c809339a75a Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Fri, 27 Mar 2026 20:12:05 +0000 Subject: [PATCH] stable --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index d0c5498..07283fc 100644 --- a/common.sh +++ b/common.sh @@ -152,7 +152,7 @@ start_containers() { for c in "${RUNNING_CONTAINERS[@]}"; do info "Starting $c" - ssh -i "$SSH_KEY" root@"$REMOTE_SERVER" "docker start $c" >/dev/null + ssh -i "$SSH_KEY" root@"$REMOTE_SERVER" "docker start $c" >/dev/null done }