luci-app-turboacc: drop outdated command

This commit is contained in:
CN_SZTL 2020-08-11 23:01:41 +08:00
parent c2c5bc8041
commit 6a30e4c166
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -184,7 +184,6 @@ EOF
}
stop_dnscache() {
killall -9 "AdGuardHome" 2>"/dev/null"
killall -9 "dnscache" 2>"/dev/null"
kill -9 $(ps | grep dnscache-while.sh | grep -v "grep" | awk '{print $1}') 2>"/dev/null"
rm -rf "/var/dnscache" "/var/run/dnscache"