From a2279f2d481acaf8652535370c9f31939e9e4b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 13 Feb 2017 16:19:51 +0100 Subject: [PATCH] Update install script --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index be92e99..b9b11a2 100644 --- a/scripts/install +++ b/scripts/install @@ -48,11 +48,11 @@ sudo mv seafile-server-$seafile_version/* $final_path/seafile-server-$seafile_ve sudo mv '/tmp/seafile_src.tar.gz' $final_path/installed/seafile-server_${seafile_version}.tar.gz # Find available ports -FIND_PORT 8000 +NO_LOG FIND_PORT 8000 seahub_port=$port -FIND_PORT 8082 +NO_LOG FIND_PORT 8082 fileserver_port=$port -FIND_PORT 8080 +NO_LOG FIND_PORT 8080 webdav_port=$port # store config in yunohost