1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

mdadm config file fix (#233)

This commit is contained in:
SourceDoctor
2019-05-14 00:55:02 +02:00
committed by Tony Murray
parent 24e4896cf2
commit e5d5915868

View File

@ -3,7 +3,7 @@
CAT=/bin/cat
LS=/bin/ls
CONFIGFILE=$0.conf
CONFIGFILE=/etc/snmp/mdadm.conf
if [ -f $CONFIGFILE ] ; then
. $CONFIGFILE
fi