[IMP] Corrected mkdir command for custom addons folder

pull/5/head
Temur Vibliani 10 years ago
parent 7240f034b7
commit 35a41a84c9

@ -120,8 +120,7 @@ echo -e "\n==== Installing ODOO Server ===="
git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/ git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
echo -e "\n---- Create custom module directory ----" echo -e "\n---- Create custom module directory ----"
su $OE_USER -c "mkdir $OE_HOME/custom" mkdir -p $OE_HOME/custom/addons
su $OE_USER -c "mkdir $OE_HOME/custom/addons"
echo -e "\n---- Setting permissions on home folder ----" echo -e "\n---- Setting permissions on home folder ----"
chown -R $OE_USER:$OE_USER $OE_HOME/* chown -R $OE_USER:$OE_USER $OE_HOME/*

Loading…
Cancel
Save