From 47f66dd1c8f4af4c5b026c35a4538cac70c14aeb Mon Sep 17 00:00:00 2001 From: tpollina Date: Fri, 13 Dec 2019 14:20:03 -0800 Subject: [PATCH] Update killer.sh --- scripts/killer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/killer.sh b/scripts/killer.sh index f34c0b9..5f2d4fb 100644 --- a/scripts/killer.sh +++ b/scripts/killer.sh @@ -3,6 +3,6 @@ scrip_name=$1 -kill -9 `ps ax | grep "python3.7 $scrip_name" | head -1 | awk '{print $1}' +kill -9 `ps ax | grep "$scrip_name" | head -1 | awk '{print $1}' python3.7 $HOME/PlanktonScope/scripts/recover.py