You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2012/10/17 10:50:11 UTC

[29/50] [abbrv] git commit: Applied review #7342

Applied review #7342


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/25e8deb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/25e8deb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/25e8deb6

Branch: refs/heads/regions
Commit: 25e8deb679005a5dc341c0ae7e5ab1a15669903b
Parents: 02ca9c2
Author: Alex Huang <al...@citrix.com>
Authored: Mon Oct 1 17:34:56 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Mon Oct 1 17:34:56 2012 -0700

----------------------------------------------------------------------
 .../debian/config/opt/cloud/bin/patchsystemvm.sh   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/25e8deb6/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh b/patches/systemvm/debian/config/opt/cloud/bin/patchsystemvm.sh
index abb1dad..3bbf7b1 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 ]