From 733c1e18203a72e033c37566fa03f557db5ac8d2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 7 Dec 2022 15:37:46 +0100 Subject: [PATCH] shellcheck fixes --- usr/lib/archboot/installer/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/network.sh b/usr/lib/archboot/installer/network.sh index 45dfaf63f..900384b1c 100644 --- a/usr/lib/archboot/installer/network.sh +++ b/usr/lib/archboot/installer/network.sh @@ -135,7 +135,7 @@ donetwork() { [[ "${IP}" == "dhcp" ]] && echo "DHCP=yes" >> "${NETWORK_PROFILE}" if [[ "${CONNECTION}" = "wireless" ]]; then #shellcheck disable=SC2129 - echo "IgnoreCarrierLoss=3s" >> >>"${NETWORK_PROFILE}" + echo "IgnoreCarrierLoss=3s" >>"${NETWORK_PROFILE}" fi if [[ "${IP}" = "static" ]]; then #shellcheck disable=SC2129