Skip to content

Commit

Permalink
trying to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlldl committed Jun 13, 2024
1 parent 8cde308 commit af817a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agents/plugins/isc_dhcpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

conf_file = None
for path in [
"/etc/dhcpd.conf",
"/etc/dhcp/dhcpd.conf",
"/var/dhcpd/etc/dhcpd.conf",
"/etc/dhcpd.conf",
"/etc/dhcp/dhcpd.conf",
"/var/dhcpd/etc/dhcpd.conf",
"/usr/local/etc/dhcpd.conf",
]:
if os.path.exists(path):
Expand Down

0 comments on commit af817a5

Please sign in to comment.