From 45225b70fa83aee066bf411939c7880ff12a1b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:13:06 +0100 Subject: [PATCH] clean --- manifest.toml | 5 ++++- scripts/install | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index f01b576..f9df1e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mautic" description.en = "Marketing Automation Software" description.fr = "Logiciel d'automatisation marketing" -version = "4.4.8~ynh1" +version = "5.0.0~ynh1" maintainers = ["eric_G"] @@ -20,8 +20,11 @@ code = "https://github.com/mautic/mautic" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/install b/scripts/install index c014b0e..544898b 100755 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,7 @@ ynh_add_fpm_config # Create a dedicated NGINX config ynh_add_nginx_config -ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" +ynh_add_config --template="cron" --destination="/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" #=================================================