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

make synhome instance dependent

This commit is contained in:
yalh76 2019-04-13 23:19:50 +02:00
parent a13d1e59c0
commit 55f3def36d

View file

@ -34,7 +34,7 @@ app=$YNH_APP_INSTANCE_NAME
# Configurable variables
SYNCHOME="/home/yunohost.app/syncthing"
SYNCHOME="/home/yunohost.app/$app"
SYNCUSER=debian-syncthing
SYNCPORT=22000
GUIPORT=8384