Skip to content

Commit

Permalink
Merge branch '8.0.2.0' of github.com:Elico-Corp/odoo-docker into 10.0…
Browse files Browse the repository at this point in the history
….2.0
  • Loading branch information
seb-elico committed Oct 27, 2017
2 parents edbdc04 + e5c0c06 commit 5188015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/boot
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function start {
if [ ! -e $1 ]; then
echo $log_src[`date +%F.%H:%M:%S`]' ...with additional args:' $*
fi
sudo -i -u "$odoo_user" /usr/bin/python \
sudo -i -u "$odoo_user" python \
"/opt/odoo/sources/odoo/$BINARY_NAME" -c "$odoo_conf_file" $*
}

Expand Down

0 comments on commit 5188015

Please sign in to comment.