Fix the Grammatical Error in the Script
[holmes/engine-management.git] / engine-d-standalone / src / main / assembly / bin / run.sh
index 48795d1..eeed056 100644 (file)
@@ -41,7 +41,7 @@ sed -i "s|url:.*|url: jdbc:postgresql://$URL_JDBC/holmes|" "$main_path/conf/engi
 export SERVICE_IP=`hostname -i`
 echo SERVICE_IP=${SERVICE_IP}
 
-if [ ${TESTING} == 1 ]
+if [ ${TESTING} == 1 ]; then
     export HOSTNAME=${SERVICE_IP}:9102
 fi