Skip to content

Commit 5a77d19

Browse files
committed
Move where netstat is run
1 parent 60b57c2 commit 5a77d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ spec:
404404
EOF
405405
406406
chmod +x /app/capture-netstat.sh
407-
nohup /app/capture-netstat.sh &
408407
409408
if [ "${HERMETIC}" == "true" ]; then
410409
BUILDAH_ARGS+=("--pull=never")
@@ -522,6 +521,7 @@ spec:
522521
ip link set lo up
523522
/app/domain-proxy-client-runner &
524523
client_pid=$!
524+
nohup /app/capture-netstat.sh &
525525
EOF
526526
527527
# With expansion

0 commit comments

Comments
 (0)