Browse Source

删除测试服务器重启脚本

tianyun 3 years ago
parent
commit
3fcd6665d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/push_server.sh

+ 0 - 1
bin/push_server.sh

@@ -9,7 +9,6 @@ scp book-server/target/*.jar ${remote}:${remoteDir}
 # 执行命令
 ssh -o StrictHostKeyChecking=no ${remote} > /dev/null 2>&1 << eeooff
 
-sh /app/book-server/bin/boot.sh restart
 sh /root/push-remote.sh
 
 exit