Skip to content

Commit

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

conf_file = None
for path in [
"/etc/dhcpd.conf",
"/etc/dhcp/dhcpd.conf",
"/var/dhcpd/etc/dhcpd.conf",
"/usr/local/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):
conf_file = path
break
Expand Down

0 comments on commit 8cde308

Please sign in to comment.