mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +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}')
|
local tableNo=$(echo $ethDev | awk -F'eth' '{print $2}')
|
||||||
if [ "$tablePresent" == "" ]
|
if [ "$tablePresent" == "" ]
|
||||||
then
|
then
|
||||||
if [ "$tableNo" == ""]
|
if [ "$tableNo" == "" ]
|
||||||
then
|
then
|
||||||
return 0;
|
return 0;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user