Skip to content

Commit 062eab8

Browse files
davecahillspark404
authored andcommitted
Fix specifying db passwd in cloud-install-sys-tmplt
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
1 parent be9dbcc commit 062eab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/storage/secondary/cloud-install-sys-tmplt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dbHost=
4141
dbUser=
4242
dbPassword=
4343
jasypt='/usr/share/cloudstack-common/lib/jasypt-1.9.0.jar'
44-
while getopts 'm:h:f:u:Ft:e:s:o:r:d' OPTION
44+
while getopts 'm:h:f:u:Ft:e:s:o:r:d:' OPTION
4545
do
4646
case $OPTION in
4747
m) mflag=1

0 commit comments

Comments
 (0)