Skip to content

Commit

Permalink
motion: correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philippov committed Dec 28, 2024
1 parent 134bc67 commit 4bc0e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/prudynt-t/files/S96vbuffer
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ start() {
# FIXME: $0 does not work here
stop() {
stopping
pid=$(pidof -o %PPID -s S96videocache)
pid=$(pidof -o %PPID -s S96vbuffer)
[ -z "$pid" ] && quit "Nothing to stop"
while [ -n "$pid" ]; do
kill -9 $pid > /dev/null
pid=$(pidof -o %PPID -s S96videocache)
pid=$(pidof -o %PPID -s S96vbuffer)
done
rm -f $clipfile $lockfile
inotifyd rmlater $tmpfile
Expand Down

0 comments on commit 4bc0e0c

Please sign in to comment.