mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Update fabric file to use the new pid location
This commit is contained in:
4
fabfile.py
vendored
4
fabfile.py
vendored
@@ -129,8 +129,8 @@ def stop():
|
||||
require('path')
|
||||
|
||||
with cd('%(path)s/dreddit-auth/' % env):
|
||||
run('kill `cat auth.pid`')
|
||||
run('rm -f auth.pid')
|
||||
run('kill `cat ./logs/auth.pid`')
|
||||
run('rm -f ./logs/auth.pid')
|
||||
|
||||
|
||||
def restart():
|
||||
|
||||
Reference in New Issue
Block a user