[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

View File

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