diff --git a/scripts/killer.sh b/scripts/killer.sh index 801bbc2..f34c0b9 100644 --- a/scripts/killer.sh +++ b/scripts/killer.sh @@ -3,4 +3,6 @@ scrip_name=$1 -kill -9 `ps ax | grep "python3.7 $scrip_name" | head -1 | awk '{print $1}'` +kill -9 `ps ax | grep "python3.7 $scrip_name" | head -1 | awk '{print $1}' + +python3.7 $HOME/PlanktonScope/scripts/recover.py