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:
parent
be1e0ebf75
commit
ade69efe8c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ VERSION="0.11.5"
|
||||||
SYNCHOME="/home/yunohost.syncthing"
|
SYNCHOME="/home/yunohost.syncthing"
|
||||||
USER=debian-syncthing
|
USER=debian-syncthing
|
||||||
SYNCPORT=22000
|
SYNCPORT=22000
|
||||||
GUIPORT=8080
|
GUIPORT=8384
|
||||||
|
|
||||||
sudo yunohost app checkurl $domain$path -a syncthing
|
sudo yunohost app checkurl $domain$path -a syncthing
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue