[FIX]Strange watchdog behavior on absolute path
This commit is contained in:
parent
fafe34da01
commit
3cb026f391
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CONF=/opt/odoo/odoo.conf
|
CONF=/opt/odoo/odoo.conf
|
||||||
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
|
ODOOCMD="python OCB/odoo-bin --config $CONF"
|
||||||
|
|
||||||
if [ "$DEV" == 1 ]; then
|
if [ "$DEV" == 1 ]; then
|
||||||
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"
|
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"
|
||||||
|
Loading…
Reference in New Issue
Block a user