network: Remove --debug switch for dhcpcd in QMI mode

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-12-01 17:23:00 +00:00
committed by Peter Müller
parent 7c3369a623
commit f28d5fa8cc

View File

@@ -227,7 +227,7 @@ case "${1}" in
ip link set "${RED_DEV}" up &>/dev/null ip link set "${RED_DEV}" up &>/dev/null
# Start the DHCP client # Start the DHCP client
dhcpcd_start "${RED_DEV}" --debug dhcpcd_start "${RED_DEV}"
# Done # Done
exit 0 exit 0