CS-15657: Mgmt server fails to associate ip addess to public interface on VPC router VM

Description:

	Fixing syntax error in ipassoc.sh.
This commit is contained in:
Vijayendra Bhamidipati 2012-07-23 11:17:54 -07:00
parent 3e4d7babc3
commit f7be2a9352
1 changed files with 1 additions and 1 deletions

View File

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