Update kill_image.sh
This commit is contained in:
parent
47f66dd1c8
commit
bb893b19fe
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue