mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Further shell check disabling
This commit is contained in:
parent
16ad6a8d0c
commit
138b4ec78b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue