mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Create pkill command that doesn't kill itself
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user