The file scripts/storage/secondary/cloud-install-sys-tmplt had a syntax error,

provided-by : Marcus Sorensen
This commit is contained in:
Anthony Xu 2012-09-07 16:36:38 -07:00
parent f9e91a9f96
commit b52bd1fc5a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ fi
if [ "$oflag" != 1 ]; then
dbHost=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.host' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
fi
if [ "$rflag" != 1]; then
if [ "$rflag" != 1 ]; then
dbUser=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.username' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
fi