mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Create pkill command that doesn't kill itself
This commit is contained in:
@ -32,7 +32,7 @@ fi
|
|||||||
|
|
||||||
# Cause reload
|
# Cause reload
|
||||||
#echo Reloading website due to updates
|
#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
|
# Update the file listing the latest update
|
||||||
mv -f /tmp/pgweb.update lastupdate
|
mv -f /tmp/pgweb.update lastupdate
|
||||||
|
Reference in New Issue
Block a user