mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
Merge pull request #232 from SourceDoctor/dhcp-status-fix
fix dhcp-status configfile declaration
This commit is contained in:
@ -13,7 +13,7 @@ BIN_SED='/usr/bin/sed'
|
|||||||
BIN_SORT='/usr/bin/sort'
|
BIN_SORT='/usr/bin/sort'
|
||||||
BIN_WC='/usr/bin/wc'
|
BIN_WC='/usr/bin/wc'
|
||||||
|
|
||||||
CONFIGFILE=dhcp-status.conf
|
CONFIGFILE=/etc/snmp/dhcp-status.conf
|
||||||
if [ -f $CONFIGFILE ] ; then
|
if [ -f $CONFIGFILE ] ; then
|
||||||
. dhcp-status.conf
|
. dhcp-status.conf
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user