[FIX] odoo_install: fix daemon path for RTL support

Fixes https://github.com/Yenthe666/InstallScript/issues/190
Fixes https://github.com/Yenthe666/InstallScript/issues/183
Before this commit the Daemon was unable to find the correct path to include parts of nodejs. These are needed for RTL support.
After this commit Odoo can find the way to the nodejs files and load RTL
pull/230/head
Yenthe Van Ginneken 6 years ago committed by GitHub
parent e749da255c
commit e2693d5d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -199,7 +199,7 @@ cat <<EOF > ~/$OE_CONFIG
# Short-Description: Enterprise Business Applications
# Description: ODOO Business Applications
### END INIT INFO
PATH=/bin:/sbin:/usr/bin
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
DAEMON=$OE_HOME_EXT/odoo-bin
NAME=$OE_CONFIG
DESC=$OE_CONFIG

Loading…
Cancel
Save