Skip to content

Commit a3ebbe9

Browse files
Update base/ubi9/podman-interactive-wrapper.sh
Co-authored-by: Rohan Kumar <[email protected]>
1 parent 2762278 commit a3ebbe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/ubi9/podman-interactive-wrapper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ if [[ -z "$IMAGE" ]]; then
126126
usage
127127
fi
128128

129-
# Print the command for debug
130-
# echo podman run -d "${FINAL_RUN_OPTS[@]}" "$IMAGE" tail -f /dev/null
131129

132130
CONTAINER_ID=$(podman run -d "${FINAL_RUN_OPTS[@]}" "$IMAGE" tail -f /dev/null)
133131

0 commit comments

Comments
 (0)