Authored by fangyeqing

Update start.sh

@@ -25,7 +25,7 @@ if [[ -f $pid_file ]]; then @@ -25,7 +25,7 @@ if [[ -f $pid_file ]]; then
25 fi 25 fi
26 26
27 # start 27 # start
28 -nohup mvn spring-boot:run >${log_path}/xkl.out & 28 +nohup mvn spring-boot:run >> ${log_path}/xkl.out &
29 29
30 # write down the pid 30 # write down the pid
31 pid=$!; 31 pid=$!;