forked from extern/shorewall_code
fix typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2163 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
57997027d8
commit
8bf335443b
@ -1165,7 +1165,7 @@ setup_providers()
|
||||
|
||||
if [ -n "$PROVIDERS" ]; then
|
||||
if [ -n "$DEFAULT_ROUTE" ]; then
|
||||
run_ip route replace default scope global metric 1 $DEFAULT_ROUTE"
|
||||
run_ip route replace default scope global metric 1 $DEFAULT_ROUTE
|
||||
progress_message " Default route $DEFAULT_ROUTE Added."
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user