mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
network: Remove --debug switch for dhcpcd in QMI mode
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
7c3369a623
commit
f28d5fa8cc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user