This commit is contained in:
2026-03-27 20:12:05 +00:00
parent 68aae63242
commit 2f8851457c
+1 -1
View File
@@ -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
}