From 8d4a04e6559d8754d77abf77c91c9b8691b968ed 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:12:40 +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 dd6317d..796f604 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://filebrowser.org/" code = "https://github.com/filebrowser/filebrowser" [integration] -yunohost = ">= 11.1.11" +yunohost = ">= 11.1.13" architectures = "all" multi_instance = true ldap = "not_relevant" diff --git a/scripts/change_url b/scripts/change_url index 90ab3f1..cad1573 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -45,13 +45,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #=================================================