Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 023BD1075F for ; Mon, 12 Aug 2013 08:59:57 +0000 (UTC) Received: (qmail 70877 invoked by uid 500); 12 Aug 2013 08:59:55 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 70851 invoked by uid 500); 12 Aug 2013 08:59:51 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 70843 invoked by uid 99); 12 Aug 2013 08:59:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 08:59:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8CA128BC3F8; Mon, 12 Aug 2013 08:59:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Message-Id: <37e0df30927945f38980b20537ac2fcd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 062eab8 Date: Mon, 12 Aug 2013 08:59:49 +0000 (UTC) Updated Branches: refs/heads/master be9dbcc2c -> 062eab8df Fix specifying db passwd in cloud-install-sys-tmplt Signed-off-by: Hugo Trippaers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/062eab8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/062eab8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/062eab8d Branch: refs/heads/master Commit: 062eab8df44ba76dad28800599d87ef131bb0bec Parents: be9dbcc Author: Dave Cahill Authored: Mon Aug 12 10:58:21 2013 +0200 Committer: Hugo Trippaers Committed: Mon Aug 12 10:59:37 2013 +0200 ---------------------------------------------------------------------- scripts/storage/secondary/cloud-install-sys-tmplt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/062eab8d/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 7237ffa..2e822f3 100755 --- a/scripts/storage/secondary/cloud-install-sys-tmplt +++ b/scripts/storage/secondary/cloud-install-sys-tmplt @@ -41,7 +41,7 @@ dbHost= dbUser= dbPassword= jasypt='/usr/share/cloudstack-common/lib/jasypt-1.9.0.jar' -while getopts 'm:h:f:u:Ft:e:s:o:r:d' OPTION +while getopts 'm:h:f:u:Ft:e:s:o:r:d:' OPTION do case $OPTION in m) mflag=1