From 33cccb679bf3d65d706ca0af712919c4542ba051 Mon Sep 17 00:00:00 2001 From: Mohamed Sdeek Date: Wed, 20 Mar 2019 18:51:39 +0200 Subject: [PATCH] Update odoo_install.sh --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 89e5c6b..41cf347 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -252,7 +252,7 @@ sudo su root -c "/etc/init.d/$OE_CONFIG start" # Adding ODOO as a deamon (initscript) #-------------------------------------------------- echo -e "install odoo requirements" -sudo pip3 install -r $OE_USER/$OE_CONFIG/requirements.txt +sudo pip3 install -r /$OE_USER/$OE_CONFIG/requirements.txt echo "-----------------------------------------------------------" echo "Done! The Odoo server is up and running. Specifications:" echo "Port: $OE_PORT"