From e2693d5d5c20edca213eb4686e362e4eb14b10c3 Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Mon, 30 Mar 2020 18:12:12 +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 b748a62..55c266f 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -199,7 +199,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