mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
VPC : ipassoc.sh typo fix
This commit is contained in:
parent
7fd73fc5ab
commit
5edb646be2
@ -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…
x
Reference in New Issue
Block a user