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

bug correction

This commit is contained in:
Lahire BIETTE 2015-05-29 12:18:37 +02:00
parent 169d050f95
commit f54b4cad33

View file

@ -12,7 +12,7 @@ path=$(sudo yunohost app setting syncthing path)
path=${path%/}
# Update syncthing sysvinit script
sudo cp -f ../cong/init.syncthing /etc/init.d/syncthing
sudo cp -f ../conf/init.syncthing /etc/init.d/syncthing
sudo chmod 0755 /etc/init.d/syncthing
sudo update-rc.d syncthing defaults
sudo yunohost service add syncthing