From 81da385a043377efb3a294d23b1b8009c67622b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:50:48 +0200 Subject: [PATCH] cleaning --- manifest.toml | 3 +-- scripts/backup | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index af27846..54b0fa8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,11 +14,10 @@ license = "GPL-3.0" website = "https://tinyfilemanager.github.io/" demo = "https://tinyfilemanager.github.io/demo/" admindoc = "https://github.com/prasathmani/tinyfilemanager/wiki" -userdoc = "https://github.com/prasathmani/tinyfilemanager" code = "https://github.com/prasathmani/tinyfilemanager" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.20" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/backup b/scripts/backup index 62ffbee..425807a 100755 --- a/scripts/backup +++ b/scripts/backup @@ -33,10 +33,6 @@ ynh_backup --src_path="$data_dir" --is_big ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -#================================================= -# BACKUP THE PHP-FPM CONFIGURATION -#================================================= - ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" #=================================================