From 2e09e693aaf1a3b6f0ff2a4b6d8fbb5247acf080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Wed, 26 Oct 2016 10:02:50 +0200 Subject: [PATCH] Ignore munin restart errors. --- 31.Install_munin/0_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/31.Install_munin/0_setup.sh b/31.Install_munin/0_setup.sh index 50dd6f12..a4ab0b08 100755 --- a/31.Install_munin/0_setup.sh +++ b/31.Install_munin/0_setup.sh @@ -36,5 +36,5 @@ mv /etc/munin/templates /etc/munin/templates.orig cp -pr munin-monitoring-theme/templates/munstrap/static /etc/munin/ cp -pr munin-monitoring-theme/templates/munstrap/templates /etc/munin/ # service restart -service munin restart +service munin restart || true service munin-node restart -- GitLab