Skip to content

Commit 10d0a13

Browse files
committed
Try netstat -n instead.
1 parent c7bdcfe commit 10d0a13

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
@@ -397,7 +397,7 @@ spec:
397397
#!/bin/bash
398398
while true; do
399399
date >> /app/netstat-output.txt
400-
netstat -a >> /app/netstat-output.txt
400+
netstat -n >> /app/netstat-output.txt
401401
echo "--------------------------------------" >> /app/netstat-output.txt
402402
done
403403
EOF

0 commit comments

Comments
 (0)