mirror of https://github.com/apache/cloudstack.git
fix default gw one more time...
This commit is contained in:
parent
daea474baa
commit
d33d61b1b4
|
|
@ -181,7 +181,7 @@ setup_common() {
|
|||
fi
|
||||
|
||||
ip route delete default
|
||||
if [ -n $3 ]
|
||||
if [ -n "$3" ]
|
||||
then
|
||||
ip route add default via $GW dev $3
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue