[FIX] odoo-reload: additional watch for 13

This commit is contained in:
Jared Kipe
2022-05-03 00:37:59 +00:00
parent acfcc26f16
commit 14138b3a08

View File

@@ -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: