Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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=$!; |
-
Please register or login to post a comment