From 5edb646be2ad36a76b4ed8801c8e0b9ba3a6c2ed Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 26 Jul 2012 14:04:46 -0700 Subject: [PATCH] VPC : ipassoc.sh typo fix --- patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh index cfaa46f71b0..c38fc7074dd 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh @@ -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