diff --git a/index.sh b/index.sh index 58ad116..c4bb3c6 100644 --- a/index.sh +++ b/index.sh @@ -39,7 +39,7 @@ echo "正在下载 index.js..." curl -o $FILE https://x-mo.cn:9009/XiaoMo/alist-proxy/raw/branch/master/index.js if [ $? -eq 0 ]; then - echo "下载完成,正在执行 $FILE..." + echo "下载完成,正在执行 node $FILE --port=$PORT ..." node $FILE --port=$PORT # 使用 --port=6001 传递参数 else echo "下载失败"