From f1f2b4f10542ea4d759f445dc2271b8915a9c543 Mon Sep 17 00:00:00 2001 From: matlink Date: Tue, 11 Nov 2014 14:47:03 +0100 Subject: [PATCH] fix file permission of conf file --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 89f8618..17927c9 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,7 @@ sudo apt-get install -y mumble-server > /dev/null 2>&1 #copying conf file sudo cp ../conf/mumble-server.ini $mumble_conf sudo chmod 660 $mumble_conf +sudo chown :mumble-server $mumble_conf #configuring with given settings sudo sed -i "s/welcometext=.*/welcometext=$welcometext/g" $mumble_conf