From 2bce62b86ef279300d209e55fda44b18f578d1a2 Mon Sep 17 00:00:00 2001 From: matlink Date: Mon, 10 Nov 2014 22:36:12 +0100 Subject: [PATCH] try some fix --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index f2ae122..f90e212 100644 --- a/scripts/install +++ b/scripts/install @@ -14,14 +14,11 @@ port=$4 registerName=$5 mumble_conf=/etc/mumble-server.ini - - # Check port availability sudo yunohost app checkport $port if [[ ! $? -eq 0 ]]; then exit 1 fi - # Save app settings sudo yunohost app setting $app port -v "$port"