Correct the Syntax Error in the Scripts
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / bin / run.sh
index 6b3b42d..fc1d63f 100644 (file)
@@ -67,9 +67,9 @@ fi
 export DB_PORT=5432
 if [ ! -z ${URL_JDBC} ] && [ `expr index $URL_JDBC :` != 0 ]; then
     export DB_PORT="${URL_JDBC##*:}"
-if
+fi
+echo DB_PORT=$DB_PORT
 
 ./bin/initDB.sh $JDBC_USERNAME $JDBC_PASSWORD $DB_NAME $DB_PORT "${URL_JDBC%:*}"
 
 "$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.rulemgt.RuleActiveApp server "$main_path/conf/rulemgt.yml"
-