1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

fix calls to add_uwsgi_config

This commit is contained in:
Salamandar 2024-01-30 18:01:57 +01:00
parent bce58021f7
commit 6c607fbcd9
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ ynh_change_url_nginx_config
ynh_script_progression --message="Updating configuration..."
# Update UWSGI Config
ynh_add_uwsgi_service
ynh_add_uwsgi_service "python_version"
#=================================================
# GENERIC FINALISATION

View file

@ -69,7 +69,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
ynh_add_nginx_config
# Config uwsgi
ynh_add_uwsgi_service
ynh_add_uwsgi_service "python_version"
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate --logfile /var/log/pgadmin --nonappend