From 33cbdaf482caf00c5ef2f67542adcf2c5d774e12 Mon Sep 17 00:00:00 2001 From: zeyu10 Date: Thu, 8 May 2025 11:20:10 +0800 Subject: [PATCH] optimit start.sh, add --skip-download-config and --skip-edit-profile to skip procedures --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index e8cd989..d6e584d 100644 --- a/start.sh +++ b/start.sh @@ -31,7 +31,6 @@ Secret=${CLASH_SECRET:-$(openssl rand -hex 32)} # 初始化跳过下载配置标志 SKIP_DOWNLOAD_CONFIG=false -# 处理命令行参数 # 初始化跳过编辑profile标志 SKIP_EDIT_PROFILE=false