Skip to content

Commit 1edf32f

Browse files
authored
kill -9 $APID & # Seems to hang forever if no such process?
1 parent 6fd7b71 commit 1edf32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ mkdir -p database/$INPUTBASENAME/
269269
import -window "$(xdotool getactivewindow)" database/$INPUTBASENAME/screenshot.png &
270270
sleep 1
271271

272-
kill -9 $APID
272+
kill -9 $APID & # Seems to hang forever if no such process?
273273
killall -9 icewm
274274

275275
# Check if the screenshot is unusable and error out if it is

0 commit comments

Comments
 (0)