Fix typo in provider file processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4163 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-06-25 01:56:47 +00:00
parent ed90e500f6
commit 8b369ec769

View File

@ -1144,7 +1144,7 @@ __EOF__
{
balance=yes
if [ -n "$first"]; then
if [ -n "$first" ]; then
if [ "x$gateway" = xdetect ] ; then
save_command "DEFAULT_ROUTE=\"nexthop via \$gateway dev $interface weight $1\""
else