mirror of https://github.com/apache/cloudstack.git
typo in cloud-install-sys-tmplt
This commit is contained in:
parent
c876a66b3f
commit
b3d4246a14
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue