From 25e8deb679005a5dc341c0ae7e5ab1a15669903b Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Mon, 1 Oct 2012 17:34:56 -0700 Subject: [PATCH] Applied review #7342 --- patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh index abb1dad88e7..3bbf7b1bf88 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh @@ -192,7 +192,7 @@ then enable_serial_console fi -if [ "$TYPE" == "router" ] || [ "$type" == "vpcrouter" ] +if [ "$TYPE" == "router" ] || [ "$TYPE" == "vpcrouter" ] then routing_svcs if [ $? -gt 0 ]