We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e91a9 commit b52bd1fCopy full SHA for b52bd1f
1 file changed
scripts/storage/secondary/cloud-install-sys-tmplt
@@ -106,7 +106,7 @@ fi
106
if [ "$oflag" != 1 ]; then
107
dbHost=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.host' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
108
fi
109
-if [ "$rflag" != 1]; then
+if [ "$rflag" != 1 ]; then
110
dbUser=$(sed '/^\#/d' /etc/cloud/management/db.properties | grep 'db.cloud.username' | tail -n 1 | cut -d "=" -f2- | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
111
112
0 commit comments