From 657439f8bba4280906113ef3988d6ed7fc793bbc Mon Sep 17 00:00:00 2001 From: Lahire Biette Date: Mon, 11 May 2015 20:21:41 +0200 Subject: [PATCH] correct synchting to syncthing on sudo yunohost service add --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ba75460..258b9f0 100644 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,7 @@ sudo chmod 750 $syncHome/bin/syncthing sudo cp ../conf/syncthing /etc/init.d/syncthing sudo chmod 0755 /etc/init.d/syncthing sudo update-rc.d syncthing defaults -sudo yunohost service add synchting +sudo yunohost service add syncthing sudo service syncthing start # Configure logrotate if present