optimit start.sh, add --skip-download-config and --skip-edit-profile to skip procedures

This commit is contained in:
zeyu10 2025-05-08 11:20:10 +08:00
parent 7cedb2baed
commit 33cbdaf482

View File

@ -31,7 +31,6 @@ Secret=${CLASH_SECRET:-$(openssl rand -hex 32)}
# 初始化跳过下载配置标志 # 初始化跳过下载配置标志
SKIP_DOWNLOAD_CONFIG=false SKIP_DOWNLOAD_CONFIG=false
# 处理命令行参数
# 初始化跳过编辑profile标志 # 初始化跳过编辑profile标志
SKIP_EDIT_PROFILE=false SKIP_EDIT_PROFILE=false