Update odoo_install.sh

pull/147/head
Mohamed Sdeek 7 years ago committed by GitHub
parent 68084c61fa
commit 0d50698dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -252,7 +252,7 @@ sudo su root -c "/etc/init.d/$OE_CONFIG start"
# Adding ODOO as a deamon (initscript) # Adding ODOO as a deamon (initscript)
#-------------------------------------------------- #--------------------------------------------------
echo -e "install odoo requirements" echo -e "install odoo requirements"
sudo pip3 install -r OE_HOME_EXT/requirements.txt sudo pip3 install -r $OE_USER/$OE_CONFIG//requirements.txt
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "Done! The Odoo server is up and running. Specifications:" echo "Done! The Odoo server is up and running. Specifications:"
echo "Port: $OE_PORT" echo "Port: $OE_PORT"

Loading…
Cancel
Save