mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
correction d'une faute de frappe dans le nom du service
This commit is contained in:
parent
7b4d538590
commit
6eb3fecd9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue