[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
12.0
Yenthe Van Ginneken 6 years ago committed by GitHub
parent 6426e0bf5b
commit e4284fadb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,7 +180,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