From e796062a4b7e187d18c7655af50adb24720ce5f7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 May 2010 15:50:21 +0000 Subject: firewall: properly unset position for delete command, fixes rule removal in ifdown SVN-Revision: 21378 --- package/firewall/files/lib/fw.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/firewall') diff --git a/package/firewall/files/lib/fw.sh b/package/firewall/files/lib/fw.sh index c06e864236..72aa37c5bf 100644 --- a/package/firewall/files/lib/fw.sh +++ b/package/firewall/files/lib/fw.sh @@ -150,8 +150,8 @@ fw__exec() { # { } if [ $# -gt 0 ]; then shift - if [ $cmd == del ]; then - pos=- + if [ $cmd == delete ]; then + pos= fi fi while [ $# -gt 1 ]; do -- cgit v1.2.3