|
|
|
|
@ -156,6 +156,8 @@ echo -e "\n---- Setting permissions on home folder ----"
|
|
|
|
|
sudo chown -R $OE_USER:$OE_USER $OE_HOME/*
|
|
|
|
|
|
|
|
|
|
echo -e "* Create server config file"
|
|
|
|
|
sudo mkdir /etc/$OE_USER
|
|
|
|
|
sudo chown -R $OE_USER /etc/$OE_USER
|
|
|
|
|
sudo touch /etc/${OE_CONFIG}.conf
|
|
|
|
|
echo -e "* Creating server config file"
|
|
|
|
|
sudo su root -c "printf '[options] \n; This is the password that allows database operations:\n' >> /etc/${OE_CONFIG}.conf"
|
|
|
|
|
|