mirror of
https://github.com/apache/cloudstack
synced 2026-08-28 00:29:39 +00: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…
Reference in New Issue
Block a user