From 5e8a049014e3af1bdfedaa839d54306966dd8eec Mon Sep 17 00:00:00 2001 From: amuliang <982632988@qq.com> Date: Wed, 2 Aug 2023 15:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9start.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.sh | 4 ---- start.sh | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/server.sh b/server.sh index ce16706..29c636f 100644 --- a/server.sh +++ b/server.sh @@ -3,9 +3,5 @@ # 下载依赖包 npm install -# 拉取代码 -cd / -git clone http://192.168.1.253:9130/amuliang/music-downloader.git - # 运行服务器端 node /music-downloader/app/main.js \ No newline at end of file diff --git a/start.sh b/start.sh index c36c32d..f5722f8 100644 --- a/start.sh +++ b/start.sh @@ -1,5 +1,10 @@ #!/bin/bash +# 拉取代码 +cd / +git clone http://192.168.1.253:9130/amuliang/music-downloader.git + +# 运行服务 ./server.sh & ./start.sh &