mirror of https://github.com/apache/cloudstack.git
CS-15657: Mgmt server fails to associate ip addess to public interface on VPC router VM
Description: Fixing syntax error in ipassoc.sh.
This commit is contained in:
parent
3e4d7babc3
commit
f7be2a9352
|
|
@ -150,7 +150,7 @@ add_routing() {
|
|||
local tableNo=$(echo $ethDev | awk -F'eth' '{print $2}')
|
||||
if [ "$tablePresent" == "" ]
|
||||
then
|
||||
if [ "$tableNo" == ""]
|
||||
if [ "$tableNo" == "" ]
|
||||
then
|
||||
return 0;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue