summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rulemgt-standalone/src/main/assembly/bin/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh
index 357c7c9..592f85d 100644
--- a/rulemgt-standalone/src/main/assembly/bin/run.sh
+++ b/rulemgt-standalone/src/main/assembly/bin/run.sh
@@ -40,7 +40,7 @@ export SERVICE_IP=`hostname -i`
echo SERVICE_IP=${SERVICE_IP}
if [ ! -z ${TESTING} ] && [ ${TESTING} == 1 ]; then
- if [ ! -z ${HOST_IP}]; then
+ if [ ! -z ${HOST_IP} ]; then
export HOSTNAME=${HOST_IP}:9101
else
export HOSTNAME=${SERVICE_IP}:9101