This commit is contained in:
蒋小陌 2024-10-13 16:21:49 +08:00
parent 23c12121a3
commit e312733d66

View File

@ -34,7 +34,7 @@ curl -o $FILE https://x-mo.cn:9009/XiaoMo/alist-proxy/raw/branch/master/index.js
if [ $? -eq 0 ]; then
echo "下载完成,正在执行 $FILE..."
node $FILE
node $FILE port=$PORT
else
echo "下载失败"
fi