diff options
-rw-r--r-- | net/dhcpcd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 001baaab..8850d944 100644 --- a/net/dhcpcd.sh +++ b/net/dhcpcd.sh @@ -17,6 +17,7 @@ dhcpcd_start() { local args= opt= opts= pidfile="/var/run/dhcpcd-${IFACE}.pid" new=true eval args=\$dhcpcd_${IFVAR} + [ -z "${args}" ] && args=${dhcpcd} # Get our options eval opts=\$dhcp_${IFVAR} |