Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 6e75808

Browse files
authored
typo
1 parent 6daa7c9 commit 6e75808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/clash.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ start_clash() {
199199
echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
200200
echo 1 > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6
201201
ip -6 rule add unreachable pref 100
202-
log "[info] "Ipv6: disable"
202+
log "[info] Ipv6: disable"
203203
else
204204
echo 1 > /proc/sys/net/ipv6/conf/all/accept_ra
205205
echo 1 > /proc/sys/net/ipv6/conf/wlan0/accept_ra
206206
echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6
207207
echo 0 > /proc/sys/net/ipv6/conf/default/disable_ipv6
208208
echo 0 > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6
209209
ip -6 rule del unreachable pref 100
210-
log "[info] "Ipv6: enable"
210+
log "[info] Ipv6: enable"
211211
fi
212212
use_clash
213213
ceks_clash

0 commit comments

Comments
 (0)