[FIX]Odoo Launch 10 must be python2...

This commit is contained in:
Fabien BOURGEOIS 2018-12-09 11:27:27 +01:00
parent eaa296116b
commit ccd87e27ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
CONF=/opt/odoo/odoo.conf
ODOOCMD="python3 /opt/odoo/OCB/odoo-bin --config $CONF"
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF"
if [ $LOAD ]; then
ODOOCMD="$ODOOCMD --load=$LOAD"