diff --git a/scripts/kill_image.sh b/scripts/kill_image.sh index 0fe0a52..65a2da9 100644 --- a/scripts/kill_image.sh +++ b/scripts/kill_image.sh @@ -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