mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-24 09:48:34 +08:00
update
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
cd `dirname $0`
|
||||
./stop.sh
|
||||
./start.sh
|
||||
|
||||
|
||||
@@ -23,4 +23,6 @@ if [ -n "$PIDS" ]; then
|
||||
fi
|
||||
|
||||
|
||||
nohup java -Xbootclasspath/a:$LIB_JARS $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar >/dev/null 2>&1 &
|
||||
nohup java $JAVA_OPTS -jar -Dspring.config.location=$CONF_DIR/bootstrap-dev.yml $LIB_DIR/report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:$LIB_JARS >/dev/null 2>&1 &
|
||||
|
||||
echo "The AJ-Report started!"
|
||||
@@ -5,7 +5,6 @@ if [ -z "$pid" ] ; then
|
||||
exit -1;
|
||||
fi
|
||||
|
||||
|
||||
kill -9 ${pid}
|
||||
|
||||
echo "Send shutdown request to report-core(${pid}) OK"
|
||||
|
||||
Reference in New Issue
Block a user