mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
network: Silence any output during the QMI setup
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
580c249a5b
commit
b1ff8adbf0
@@ -256,14 +256,14 @@ qmi_configure_apn() {
|
||||
|
||||
qmicli --device="${device}" --device-open-proxy \
|
||||
--wds-start-network="${_args}" \
|
||||
--client-no-release-cid
|
||||
--client-no-release-cid &>/dev/null
|
||||
}
|
||||
|
||||
qmi_reset() {
|
||||
local device="${1}"
|
||||
|
||||
qmicli --device="${device}" --device-open-proxy \
|
||||
--wds-reset
|
||||
--wds-reset &>/dev/null
|
||||
}
|
||||
|
||||
# Assigns a "static" MAC address
|
||||
|
||||
Reference in New Issue
Block a user