From deaca58c796dfd856725e8d8824402878aacaadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:18:52 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 62900b4..be48618 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" # dependencies used by the app if [ "$(lsb_release --codename --short)" = "bullseye" ]; then @@ -220,9 +220,9 @@ check_proc_zabbixagent () { # Remove previous Zabbix installation # remove_previous_zabbix () { - ynh_print_info --message="Previous Zabbix installation will be purged !" + #ynh_print_info --message="Previous Zabbix installation will be purged !" apt-get purge zabbix* -y - ynh_secure_remove --file="/var/cache/apt/archives/zabbix-server-mysql*" + #ynh_secure_remove --file="/var/cache/apt/archives/zabbix-server-mysql*" ynh_print_info --message="Previous Zabbix installation purged !" }