From 19513d38294c1fe8797dc40ed08398bb0166a86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:11:53 +0100 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/change_url | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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 #=================================================