Update killer.sh

This commit is contained in:
tpollina 2019-12-13 14:20:03 -08:00 committed by GitHub
parent e03eaa9d08
commit 47f66dd1c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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