pull/415/head
TRIXServer.com 2 years ago committed by GitHub
parent 07a182b25a
commit d8a8cc51f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save