We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaca3e commit 9a3f129Copy full SHA for 9a3f129
1 file changed
odoo_install.sh
@@ -122,12 +122,12 @@ if [ $IS_ENTERPRISE = "True" ]; then
122
sudo apt-get install nodejs npm
123
sudo npm install -g less
124
sudo npm install -g less-plugin-clean-css
125
-else
126
- echo -e "\n---- Create custom module directory ----"
127
- sudo su $OE_USER -c "mkdir $OE_HOME/custom"
128
- sudo su $OE_USER -c "mkdir $OE_HOME/custom/addons"
129
fi
130
+echo -e "\n---- Create custom module directory ----"
+sudo su $OE_USER -c "mkdir $OE_HOME/custom"
+sudo su $OE_USER -c "mkdir $OE_HOME/custom/addons"
+
131
echo -e "\n---- Setting permissions on home folder ----"
132
sudo chown -R $OE_USER:$OE_USER $OE_HOME/*
133
0 commit comments