1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

fix file permission of conf file

This commit is contained in:
matlink 2014-11-11 14:47:03 +01:00
parent cdb6fb9ac1
commit f1f2b4f105

View file

@ -35,6 +35,7 @@ sudo apt-get install -y mumble-server > /dev/null 2>&1
#copying conf file #copying conf file
sudo cp ../conf/mumble-server.ini $mumble_conf sudo cp ../conf/mumble-server.ini $mumble_conf
sudo chmod 660 $mumble_conf sudo chmod 660 $mumble_conf
sudo chown :mumble-server $mumble_conf
#configuring with given settings #configuring with given settings
sudo sed -i "s/welcometext=.*/welcometext=$welcometext/g" $mumble_conf sudo sed -i "s/welcometext=.*/welcometext=$welcometext/g" $mumble_conf