shellcheck fixes

This commit is contained in:
Tobias Powalowski 2022-12-07 15:37:46 +01:00
parent 3ce2498222
commit 733c1e1820

View file

@ -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