udp2raw-tunnel: fix typo

This commit is contained in:
Yury Martynov 2019-09-09 18:14:52 +03:00
parent bfeb0de2e8
commit 6a8fc5119c
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -27,7 +27,7 @@ extra_commands="checkconfig"
depend() {
before net
if ! [ -z ${UDP2RAW_IPT_DISABLED} ]; then
if [ -z ${UDP2RAW_IPT_DISABLED} ]; then
need iptables
fi
}