From 6eb3fecd9b1a6d1445042b6cb071015b96eed9d6 Mon Sep 17 00:00:00 2001 From: Lahire Biette Date: Mon, 11 May 2015 10:30:50 +0200 Subject: [PATCH] correction d'une faute de frappe dans le nom du service --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fcb0d32..b2c575c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -15,7 +15,7 @@ path=${path%/} sudo cp -f ../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 restart # Upgrade official debian package