summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-28 17:32:18 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-28 18:30:57 +0800
commitb8d89fb27b5e9039f98385a618c86d188a3193da (patch)
treebde5051d5c8cd4bfc57ce930333eb0eccc44890b
parentfd5ac8fd3c207612f02847e04cd130c3a8781ef9 (diff)
Change the execution path of the main class
Change the path of the main class Change-Id: I0bd3095546f254b9b87296813146da1311d31090 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-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 b6ab959..af1bb46 100644
--- a/rulemgt-standalone/src/main/assembly/bin/run.sh
+++ b/rulemgt-standalone/src/main/assembly/bin/run.sh
@@ -21,7 +21,7 @@ echo @RUNHOME@ $RUNHOME
echo @JAVA_HOME@ $JAVA_HOME
JAVA="$JAVA_HOME/bin/java"
echo @JAVA@ $JAVA
-main_path=$RUNHOME/../
+main_path=$RUNHOME/..
cd $main_path
JAVA_OPTS="-Xms50m -Xmx128m"
port=8312