From 55f3def36d369032c71ae4163a61e4cf5338a876 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 23:19:50 +0200 Subject: [PATCH] make synhome instance dependent --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 455dda6..2ca9786 100644 --- a/scripts/install +++ b/scripts/install @@ -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