Update kill_image.sh

This commit is contained in:
tpollina 2019-12-13 14:20:31 -08:00 committed by GitHub
parent 47f66dd1c8
commit bb893b19fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@ sample_project=$1
sample_id=$2
acq_id=$3
kill -9 `ps ax | grep "python3.7 image.py" | head -1 | awk '{print $1}'`
kill -9 `ps ax | grep "image.py" | head -1 | awk '{print $1}'`
rm -r $HOME/PlanktonScope/acquisitions/$sample_project/$sample_id/$acq_id