This commit is contained in:
juewuy
2026-01-15 18:53:03 +08:00
parent b5cfedf3dc
commit 3907be4c3f
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ stop)
else
stop_firewall #清理路由策略
fi
PID=$(pidof CrashCore) && [ -n "$PID" ] && ckcmd killall && killall CrashCore 2>/dev/null
killall CrashCore 2>/dev/null
#清理缓存目录
rm -rf "$TMPDIR"/CrashCore
;;