mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Merge pull request #9 from matlink/patch-2
[fix] service is named ffsync not firefox-sync
This commit is contained in:
commit
4813de40f1
1 changed files with 1 additions and 1 deletions
|
@ -81,6 +81,6 @@ sudo service ffsync restart
|
||||||
|
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost service add firefox-sync -l /var/log/ffsync.log
|
sudo yunohost service add ffsync -l /var/log/ffsync.log
|
||||||
sudo yunohost app setting ffsync skipped_uris -v "/"
|
sudo yunohost app setting ffsync skipped_uris -v "/"
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Reference in a new issue