Browse Source

init.d: openwrt-minimal remove exists check

pull/666/head
bol-van 5 months ago
parent
commit
629e0c5835
  1. 2
      init.d/openwrt-minimal/tpws/etc/firewall.user

2
init.d/openwrt-minimal/tpws/etc/firewall.user

@ -28,7 +28,7 @@ redirect()
for IPTABLES in iptables ip6tables; do
$IPTABLES -t nat -N tpws 2>/dev/null
$IPTABLES -t nat -F tpws
exists $IPTABLES && redirect
redirect
done
for net in $EXCLUDE4

Loading…
Cancel
Save