From 169d050f956e4c8acb28e2957fd51f337ee52746 Mon Sep 17 00:00:00 2001 From: Lahire BIETTE Date: Fri, 29 May 2015 12:17:29 +0200 Subject: [PATCH] bug correction --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1f7e774..9f94662 100644 --- a/scripts/install +++ b/scripts/install @@ -56,8 +56,8 @@ sudo apt-get install syncthing -y --force-yes # Install and monitor service GUIADDRESS="127.0.0.1:$GUIPORT" -sed -i "s@GUIADDRESSTOCHANGE@$GUIADDRESS@g" ../cong/init.syncthing -sudo cp ../cong/init.syncthing /etc/init.d/syncthing +sed -i "s@GUIADDRESSTOCHANGE@$GUIADDRESS@g" ../conf/init.syncthing +sudo cp ../conf/init.syncthing /etc/init.d/syncthing sudo chmod 0755 /etc/init.d/syncthing sudo update-rc.d syncthing defaults #~ sudo yunohost service add -l /var/log/syncthing.log syncthing