update 2022-07-04 20:20:49

This commit is contained in:
github-actions[bot] 2022-07-04 20:20:49 +08:00
parent fdfd9c3a88
commit 3d3c7a9aa9
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ start() {
} }
stop() { stop() {
killall baidupcs-web >/dev/null 2>&1 killall `which baidupcs-web` >/dev/null 2>&1
} }