From 138b4ec78b8f656d140142239a3a5561215e344c Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 9 Jul 2024 14:00:54 -0600 Subject: [PATCH] Further shell check disabling --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2ff8d8e..1b21f57 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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