From c07324c30c341300ddf6d56589c266922532534b Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Mon, 4 Nov 2019 18:56:36 +0100 Subject: [PATCH] delete chattr --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index c1a168d..6c567f1 100644 --- a/scripts/install +++ b/scripts/install @@ -281,7 +281,6 @@ ynh_replace_string --match_string="db_name" --replace_string="$db_name" --target ynh_replace_string --match_string="db_user" --replace_string="$db_user" --target_file=/usr/share/zabbix/conf/zabbix.conf.php ynh_replace_string --match_string="db_pwd" --replace_string="$db_pwd" --target_file=/usr/share/zabbix/conf/zabbix.conf.php -chattr +i /usr/share/zabbix/conf/zabbix.conf.php chown -R www-data. /usr/share/zabbix ynh_replace_string --match_string="DBName=zabbix" --replace_string="DBName=$db_name" --target_file=/etc/zabbix/zabbix_server.conf