From cbc50503999de9d91a5b6b046a8bde9f833d41fd Mon Sep 17 00:00:00 2001 From: Mohamed Sdeek Date: Wed, 20 Mar 2019 18:49:55 +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 604ebd4..89e5c6b 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"