mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-31 21:17:23 +02:00
bash strict mode fixes (#1482)
This commit is contained in:
committed by
Joshua Tauberer
parent
e80a1dd4b7
commit
71f1c92b9e
@@ -44,7 +44,7 @@ tools/editconf.py /etc/munin/munin-node.conf -s \
|
||||
log_level=1
|
||||
|
||||
# Update the activated plugins through munin's autoconfiguration.
|
||||
munin-node-configure --shell --remove-also 2>/dev/null | sh
|
||||
munin-node-configure --shell --remove-also 2>/dev/null | sh || /bin/true
|
||||
|
||||
# Deactivate monitoring of NTP peers. Not sure why anyone would want to monitor a NTP peer. The addresses seem to change
|
||||
# (which is taken care of my munin-node-configure, but only when we re-run it.)
|
||||
|
||||
Reference in New Issue
Block a user