From 3c5355da49f5a0cbb62f020aab0f5ed040f2a612 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Wed, 9 Dec 2020 13:49:47 +0100 Subject: [PATCH] add --quiet to systemctl enable --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 5cce2b6..7a6bb3e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -119,9 +119,9 @@ ynh_restore_file "/etc/apt/apt.conf.d/100update_force_init_zabbix_frontend_confi if [ ! -L /etc/zabbix/zabbix_agentd.d ];then ln -s /etc/zabbix/zabbix_agentd.conf.d /etc/zabbix/zabbix_agentd.d fi -systemctl enable zabbix-agent && systemctl restart zabbix-agent +systemctl enable --quiet zabbix-agent && systemctl restart zabbix-agent change_timeoutAgent -systemctl enable zabbix-server && systemctl restart zabbix-server +systemctl enable --quiet zabbix-server && systemctl restart zabbix-server yunohost service add snmpd -d "Management of SNMP Daemon" yunohost service add zabbix-server -d "Management Zabbix server daemon : Collect, agregate, compute and notify"