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:
parent
cdb6fb9ac1
commit
f1f2b4f105
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue