Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukua committed Jul 8, 2024
1 parent 630998f commit 64ed2f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clashg/clashconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,18 +286,18 @@ apply() {
fi
set_lock
# now stop first
LOGGER ======================= ClashG ======================== >> $LOG_FILE
LOGGER ---------------------- 重启dnsmasq,清除iptables+ipset规则 -------------------------- >> $LOG_FILE
LOGGER "======================= ClashG ========================" >> $LOG_FILE
LOGGER "---------------------- 重启dnsmasq,清除iptables+ipset规则 --------------------------" >> $LOG_FILE
prepare_stop
stop_clash
LOGGER --------------------- 重启dnsmasq,清除iptables+ipset规则 结束------------------------ >> $LOG_FILE
LOGGER "--------------------- 重启dnsmasq,清除iptables+ipset规则 结束------------------------" >> $LOG_FILE
LOGGER "" >> $LOG_FILE
LOGGER ---------------------- 启动ClashG ------------------------ >> $LOG_FILE
LOGGER "---------------------- 启动ClashG ------------------------" >> $LOG_FILE
start_clash
LOGGER ""
LOGGER --------------------- 创建相关分流相关配置 开始------------------------ >> $LOG_FILE
LOGGER "--------------------- 创建相关分流相关配置 开始------------------------" >> $LOG_FILE
prepare_start
LOGGER --------------------- 创建相关分流相关配置 结束------------------------ >> $LOG_FILE
LOGGER "--------------------- 创建相关分流相关配置 结束------------------------" >> $LOG_FILE
auto_start
LOGGER "" >> $LOG_FILE

Expand Down

0 comments on commit 64ed2f0

Please sign in to comment.