mdadm config file fix (#233)

This commit is contained in:
SourceDoctor
2019-05-13 17:55:02 -05:00
committed by Tony Murray
parent 24e4896cf2
commit e5d5915868
+1 -1
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