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