Skip to content

Commit b52bd1f

Browse files
committed
The file scripts/storage/secondary/cloud-install-sys-tmplt had a syntax error,
provided-by : Marcus Sorensen
1 parent f9e91a9 commit b52bd1f

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

0 commit comments

Comments
 (0)