From 137fb95645126c07da1744b0756062cfc95b7499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:47:35 +0200 Subject: [PATCH] fix --- manifest.toml | 8 ++++---- scripts/backup | 10 +--------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/manifest.toml b/manifest.toml index 872ad33..062e19b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Logiciel d'automatisation marketing" version = "5.1.0~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "GPL-3.0-only" @@ -41,10 +41,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/mautic/mautic/archive/refs/tags/5.1.0.tar.gz" - sha256 = "7bcfa9ac24d00f74ed44c495e448a456ca89408842c8dfa53aa5b8f3030f7203" + url = "https://github.com/mautic/mautic/releases/download/5.1.0/5.1.0.zip" + sha256 = "354786dcd68bd080452b47b6992411690079a12235ba9bda93b824b63f4f3a28" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.system_user] allow_email = true diff --git a/scripts/backup b/scripts/backup index f02ce67..00f48dc 100755 --- a/scripts/backup +++ b/scripts/backup @@ -19,21 +19,13 @@ ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="$install_dir" #================================================= -# BACKUP THE NGINX CONFIGURATION +# SYSTEM CONFIGURATION #================================================= 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" -#================================================= -# BACKUP VARIOUS FILES -#================================================= - ynh_backup --src_path="/etc/cron.d/$app" #=================================================