From e4284fadb2272cba9ad0772fe194041a89d5db27 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Fri, 17 Apr 2020 09:01:10 +0200 Subject: [PATCH] [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 --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 30098df..1be5a6b 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -180,7 +180,7 @@ cat < ~/$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