Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 6d8623a

Browse files
committed
Minor consistency fix
1 parent 4b7372c commit 6d8623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -e
22

33
for CMD in iptables ip6tables; do
4-
command -v ${CMD} > /dev/null 2>&1 || continue
4+
command -v "${CMD}" > /dev/null 2>&1 || continue
55

66
"${CMD}" -A INPUT -t mangle -j CONNMARK --restore-mark
77
"${CMD}" -A INPUT -t mangle -m mark ! --mark 0 -j ACCEPT

0 commit comments

Comments
 (0)