diff --git a/install-zfs.sh b/install-zfs.sh index a6bcf24..6d3c192 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -1,9 +1,6 @@ #!/bin/bash -# Shellcheck issue descriptions: -# -# - SC2015: && || true -# - SC2016: annoying warning about using single quoted strings with characters used for interpolation +# shellcheck disable=SC2016 # single quoted strings with characters used for interpolation set -o errexit set -o pipefail