From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 28/29] network: Silence any output during the QMI setup Date: Thu, 01 Dec 2022 17:23:17 +0000 Message-ID: <20221201172318.3166615-28-michael.tremer@ipfire.org> In-Reply-To: <20221201172318.3166615-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3011192961938895727==" List-Id: --===============3011192961938895727== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- src/initscripts/networking/functions.network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initscripts/networking/functions.network b/src/initscripts/n= etworking/functions.network index e8f6c28d8..36541eb13 100644 --- a/src/initscripts/networking/functions.network +++ b/src/initscripts/networking/functions.network @@ -256,14 +256,14 @@ qmi_configure_apn() { =20 qmicli --device=3D"${device}" --device-open-proxy \ --wds-start-network=3D"${_args}" \ - --client-no-release-cid + --client-no-release-cid &>/dev/null } =20 qmi_reset() { local device=3D"${1}" =20 qmicli --device=3D"${device}" --device-open-proxy \ - --wds-reset + --wds-reset &>/dev/null } =20 # Assigns a "static" MAC address --=20 2.30.2 --===============3011192961938895727==--