see if a kill -9 does the trick on Mac

bugfix-109-spaces
Dave Musicant (home machine) 1 year ago
parent a2dc46413d
commit e639ce29b9

@ -29,7 +29,7 @@ teardown() {
# Make sure gitwatch script gets killed if script stopped background
# Must kill the entire tree of processes generated
pkill -15 -P "$GITWATCH_PID"
pkill -9 -P "$GITWATCH_PID"
echo '# Teardown complete' >&3
}

Loading…
Cancel
Save