Skip to content

Commit

Permalink
Fix error with no default path for dhclient-script
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Aug 25, 2017
1 parent 6235e37 commit a82cf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhcpcanon/clientscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ClientScript(object):
"""

scriptname = attr.ib(default=None)
scriptname = attr.ib(default='/sbin/dhclient')
env = attr.ib(default=attr.Factory(dict))

def __attrs_post_init__(self, env=None):
Expand Down

0 comments on commit a82cf44

Please sign in to comment.