[FIX]Strange watchdog behavior on absolute path

This commit is contained in:
Fabien BOURGEOIS 2017-10-21 17:37:26 +02:00
parent fafe34da01
commit 3cb026f391
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
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
ODOOCMD="$ODOOCMD --dev all --log-handler :DEBUG"