mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
udp2raw-tunnel: fix typo
This commit is contained in:
parent
bfeb0de2e8
commit
6a8fc5119c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ extra_commands="checkconfig"
|
||||||
depend() {
|
depend() {
|
||||||
before net
|
before net
|
||||||
|
|
||||||
if ! [ -z ${UDP2RAW_IPT_DISABLED} ]; then
|
if [ -z ${UDP2RAW_IPT_DISABLED} ]; then
|
||||||
need iptables
|
need iptables
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue