Skip to content

Commit

Permalink
Remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Aug 15, 2024
1 parent 39a3526 commit 29948b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloudview
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ for var in "${CHECK_VARIABLES[@]}" ; do
fi
done

echo "$DOCKER" run "${container_options[@]}" "${variables[@]}" "${volumes[@]}" "$IMAGE" "${ARGS[@]}"
#echo "$DOCKER" run "${container_options[@]}" "${variables[@]}" "${volumes[@]}" "$IMAGE" "${ARGS[@]}"
exec "$DOCKER" run "${container_options[@]}" "${variables[@]}" "${volumes[@]}" "$IMAGE" "${ARGS[@]}"

0 comments on commit 29948b7

Please sign in to comment.