File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7878
7979if [[ $IS_UPDATE == 1 ]]
8080then
81- echo " Back spring-boot-plus-server..."
81+ echo " back spring-boot-plus-server..."
8282 mv spring-boot-plus-server spring-boot-plus-server-back/spring-boot-plus-server-back-" ${NOW} "
8383 echo " back success"
8484fi
8585
86- echo " Copy spring-boot-plus-server-assembly.tar.gz..."
86+ echo " copy spring-boot-plus-server-assembly.tar.gz..."
8787# 复制到项目同级目录,如果有,则覆盖
8888cp -r -f spring-boot-plus/target/spring-boot-plus-server-assembly.tar.gz spring-boot-plus-server-assembly.tar.gz
8989echo " copy success"
9393tar -zxvf spring-boot-plus-server-assembly.tar.gz
9494echo " tar.gz decompression success"
9595
96- sh spring-boot-plus-server/bin/restart.sh
96+ pwd
97+ sh spring-boot-plus-server/bin/shutdown.sh
98+ sh spring-boot-plus-server/bin/startup.sh
9799
You can’t perform that action at this time.
0 commit comments