1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

[fix] Do not call ssowatconf - it's done by the moulinette

This commit is contained in:
Jérôme Lebleu 2016-05-24 22:36:41 +02:00
parent 7a6e08f27f
commit dfc13be46c
3 changed files with 0 additions and 3 deletions

View file

@ -75,4 +75,3 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload
sudo yunohost app setting $app skipped_uris -v "/public.php,/api"
sudo yunohost app ssowatconf

View file

@ -67,4 +67,3 @@ sudo service nginx reload
# Set ssowat config
sudo yunohost app setting $app skipped_uris -v "/public.php,/api"
sudo yunohost app ssowatconf

View file

@ -34,7 +34,6 @@ sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
sudo service nginx reload
sudo yunohost app ssowatconf
sudo yunohost app setting $app skipped_uris -v "/public.php,/api"
# Update database schema