Remove debug stuff
This commit is contained in:
parent
7766f7e987
commit
4532564829
@ -41,11 +41,9 @@ dhclient_start() {
|
||||
|
||||
# Bring up DHCP for this interface
|
||||
ebegin "Running dhclient"
|
||||
set -x
|
||||
echo "${dhconf}" | start-stop-daemon --start --exec /sbin/dhclient \
|
||||
--pidfile "${pidfile}" -- ${args} -q -1 -pf "${pidfile}" "${IFACE}"
|
||||
eend $? || return 1
|
||||
set +x
|
||||
|
||||
_show_address
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user