From 361de1ac55b33684a594008aebdf02ac3ce61823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=B0=8F=E9=99=8C?= Date: Sun, 13 Oct 2024 16:35:22 +0800 Subject: [PATCH] 111 --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "下载失败"