1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

reverte to new default port : 8384

This commit is contained in:
Lahire BIETTE 2015-05-28 23:50:31 +02:00
parent be1e0ebf75
commit ade69efe8c

View file

@ -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