Create pkill command that doesn't kill itself

This commit is contained in:
Magnus Hagander
2013-09-04 20:11:40 +02:00
parent c2c584dd6a
commit 0446a3ef68

View File

@ -32,7 +32,7 @@ fi
# Cause reload
#echo Reloading website due to updates
sudo pkill -f pgweb/manage.py
sudo pkill -f ^python.*pgweb/manage.py
# Update the file listing the latest update
mv -f /tmp/pgweb.update lastupdate