typo in cloud-install-sys-tmplt
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b3d4246a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b3d4246a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b3d4246a Branch: refs/heads/4.0 Commit: b3d4246a141854303ac9e72e3eb2b92ba01aca40 Parents: c876a66 Author: Hiroaki Kawai <ka...@stratosphere.co.jp> Authored: Tue Sep 11 18:37:24 2012 -0700 Committer: Edison Su <sudi...@gmail.com> Committed: Tue Sep 11 18:37:24 2012 -0700 ---------------------------------------------------------------------- scripts/storage/secondary/cloud-install-sys-tmplt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b3d4246a/scripts/storage/secondary/cloud-install-sys-tmplt ---------------------------------------------------------------------- diff --git a/scripts/storage/secondary/cloud-install-sys-tmplt b/scripts/storage/secondary/cloud-install-sys-tmplt index d744b56..188896e 100755 --- a/scripts/storage/secondary/cloud-install-sys-tmplt +++ b/scripts/storage/secondary/cloud-install-sys-tmplt @@ -138,7 +138,7 @@ then fi fi else - if [ "$dflag" != 1]; then + if [ "$dflag" != 1 ]; then dbPassword=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.password' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//'i ) fi fi