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