diff --git a/index.sh b/index.sh index a9b5696..f64c485 100644 --- a/index.sh +++ b/index.sh @@ -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 \ No newline at end of file