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:
parent
bce58021f7
commit
6c607fbcd9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue