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:
parent
169d050f95
commit
f54b4cad33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue