mirror of https://github.com/apache/cloudstack.git
Applied review #7342
This commit is contained in:
parent
381c649bf3
commit
986ceff883
|
|
@ -192,7 +192,7 @@ then
|
|||
enable_serial_console
|
||||
fi
|
||||
|
||||
if [ "$TYPE" == "router" ] || [ "$type" == "vpcrouter" ]
|
||||
if [ "$TYPE" == "router" ] || [ "$TYPE" == "vpcrouter" ]
|
||||
then
|
||||
routing_svcs
|
||||
if [ $? -gt 0 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue