fix typo
SVN-Revision: 7244
This commit is contained in:
parent
51454e4cd0
commit
924cd1ffc9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ case "$1" in
|
|||
netmask ${subnet:-255.255.255.0} \
|
||||
broadcast ${broadcast:-+}
|
||||
|
||||
[ "$router"] && {
|
||||
[ -n "$router" ] && {
|
||||
for i in $router ; do
|
||||
echo "adding router $i"
|
||||
route add default gw $i dev $interface
|
||||
|
|
Loading…
Reference in a new issue