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:
committed by
Tony Murray
parent
24e4896cf2
commit
e5d5915868
@ -3,7 +3,7 @@
|
||||
CAT=/bin/cat
|
||||
LS=/bin/ls
|
||||
|
||||
CONFIGFILE=$0.conf
|
||||
CONFIGFILE=/etc/snmp/mdadm.conf
|
||||
if [ -f $CONFIGFILE ] ; then
|
||||
. $CONFIGFILE
|
||||
fi
|
||||
|
Reference in New Issue
Block a user