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 }