mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
fix typo
SVN-Revision: 7244
This commit is contained in:
parent
51454e4cd0
commit
924cd1ffc9
@ -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…
x
Reference in New Issue
Block a user