VPC : ipassoc.sh typo fix

This commit is contained in:
anthony 2012-07-26 14:04:46 -07:00
parent 7fd73fc5ab
commit 5edb646be2

View File

@ -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