diff --git a/manifest.toml b/manifest.toml index 2ff6ea4..3236404 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://conversejs.org/docs/html/index.html" code = "https://github.com/conversejs/converse.js" [integration] -yunohost = ">= 11.1.9" +yunohost = ">= 11.1.13" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/change_url b/scripts/change_url index 73491e3..1d5043c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -18,13 +18,6 @@ ynh_script_progression --message="Updating NGINX web server configuration..." -- ynh_change_url_nginx_config -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=2 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #=================================================