From ade69efe8c9b76f9c6e2aaad872783f79a740741 Mon Sep 17 00:00:00 2001 From: Lahire BIETTE Date: Thu, 28 May 2015 23:50:31 +0200 Subject: [PATCH] reverte to new default port : 8384 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3762b12..29b7870 100644 --- a/scripts/install +++ b/scripts/install @@ -12,7 +12,7 @@ VERSION="0.11.5" SYNCHOME="/home/yunohost.syncthing" USER=debian-syncthing SYNCPORT=22000 -GUIPORT=8080 +GUIPORT=8384 sudo yunohost app checkurl $domain$path -a syncthing if [[ ! $? -eq 0 ]]; then