mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] odoo-reload: additional watch for 13
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
PID = 1
|
||||
PNAME = 'odoo'
|
||||
PNAME_PYTHON = ['python']
|
||||
PNAME_PYTHON = ['python', '/usr/local/bin/']
|
||||
PNAME_KILL_OTHER = [PNAME] + PNAME_PYTHON
|
||||
KILL_OTHER = sys.argv[1] == 'KILL_OTHER' if len(sys.argv) >= 2 else False
|
||||
if KILL_OTHER:
|
||||
|
||||
Reference in New Issue
Block a user