修改start.sh

main
amuliang 2023-08-02 15:47:39 +08:00
parent cc2e048137
commit 5e8a049014
2 changed files with 5 additions and 4 deletions

View File

@ -3,9 +3,5 @@
# 下载依赖包 # 下载依赖包
npm install npm install
# 拉取代码
cd /
git clone http://192.168.1.253:9130/amuliang/music-downloader.git
# 运行服务器端 # 运行服务器端
node /music-downloader/app/main.js node /music-downloader/app/main.js

View File

@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
# 拉取代码
cd /
git clone http://192.168.1.253:9130/amuliang/music-downloader.git
# 运行服务
./server.sh & ./server.sh &
./start.sh & ./start.sh &