stable
This commit is contained in:
@@ -152,7 +152,7 @@ start_containers() {
|
|||||||
|
|
||||||
for c in "${RUNNING_CONTAINERS[@]}"; do
|
for c in "${RUNNING_CONTAINERS[@]}"; do
|
||||||
info "Starting $c"
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user