From c866c13daf8810c4f657057ecd159bbdf20b4512 Mon Sep 17 00:00:00 2001 From: matlink Date: Mon, 10 Nov 2014 22:07:48 +0100 Subject: [PATCH] have a raw copy of mumble-server.ini now, and copies it to the directory for configuration --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index b7e8fc6..e4d7a1d 100644 --- a/scripts/install +++ b/scripts/install @@ -14,6 +14,7 @@ registerName=$5 mumble_conf=/etc/mumble-server.ini + # Check port availability sudo yunohost app checkport $port if [[ ! $? -eq 0 ]]; then