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"