From bb893b19fe61bc54b1db5969fbc938d8991b7e22 Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 14:20:31 -0800 Subject: [PATCH] Update kill_image.sh --- scripts/kill_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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