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:
parent
7a6e08f27f
commit
dfc13be46c
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue