Allow quotes in parameter to run_iptables()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-10-14 13:26:08 -07:00
parent ab7975539c
commit 6af16e0cda

View File

@ -430,7 +430,7 @@ run_iptables()
local status
while [ 1 ]; do
$g_tool $@
eval $g_tool $@
status=$?
[ $status -ne 4 ] && break
done