Skip to content

Commit dba9261

Browse files
Jay.H.ZouJay.H.Zou
Jay.H.Zou
authored and
Jay.H.Zou
committedNov 26, 2019
shell bin
1 parent 6962f62 commit dba9261

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
 

‎bin/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set encoding=utf-8
33
project_path=$(cd `dirname $0`; pwd)
44
cd $project_path
5+
cd ../
56

67
CLASSPATH=conf/:web/
78
for i in lib/*.jar; do

‎bin/stop.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
set encoding=utf-8
33
project_path=$(cd `dirname $0`; pwd)
44
cd $project_path
5+
cd ../
6+
57
kill -5 `cat pid`

‎build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ rm -rf target/classes/com/
1414
mv -f target/classes/* $project_path/web/
1515
mv -f target/lib/ $project_path/
1616
cp target/*.jar $project_path/
17+
cp -rf ../bin/ $project_path/

0 commit comments

Comments
 (0)