Further shell check disabling

This commit is contained in:
David Murphy 2024-07-09 14:00:54 -06:00 committed by Daniel Wozniak
parent 16ad6a8d0c
commit 138b4ec78b

View file

@ -1098,6 +1098,7 @@ __gather_linux_system_info() {
DISTRO_VERSION=""
# Let's test if the lsb_release binary is available
# shellcheck disable=SC2327,SC2328
rv=$(lsb_release >/dev/null 2>&1)
# shellcheck disable=SC2181