Updated Branches: refs/heads/master 02ca9c25b -> 25e8deb67
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/master Commit: 25e8deb679005a5dc341c0ae7e5ab1a15669903b Parents: 02ca9c2 Author: Alex Huang <[email protected]> Authored: Mon Oct 1 17:34:56 2012 -0700 Committer: Alex Huang <[email protected]> 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 ]
