fix configfile declaration

This commit is contained in:
SourceDoctor
2019-05-09 22:32:54 +02:00
parent 24e4896cf2
commit b0da8f7ab7
+1 -1
View File
@@ -13,7 +13,7 @@ BIN_SED='/usr/bin/sed'
BIN_SORT='/usr/bin/sort'
BIN_WC='/usr/bin/wc'
CONFIGFILE=dhcp-status.conf
CONFIGFILE=/etc/snmp/dhcp-status.conf
if [ -f $CONFIGFILE ] ; then
. dhcp-status.conf
fi