diff --git a/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/virtwlans b/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/virtwlans index c8a88e512..9d789ee00 100644 --- a/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/virtwlans +++ b/meta-digi-dey/recipes-core/init-ifupdown/init-ifupdown-1.0/virtwlans @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2017-2023, Digi International Inc. +# Copyright (C) 2017-2024, Digi International Inc. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -30,7 +30,7 @@ check_virtual_wlan_macs() { if [ "$MODE" = "start" ]; then # On ccmp1, there are not virtual wireless MACs, so skip the verification. - if ! grep -qs '\' /proc/device-tree/compatible; then + if ! grep -qs '\' /proc/device-tree/compatible; then check_virtual_wlan_macs fi