diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default/Makefile.am | 1 | ||||
-rw-r--r-- | etc/default/zfs.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/default/Makefile.am b/etc/default/Makefile.am index b88eb5494..0f7c96698 100644 --- a/etc/default/Makefile.am +++ b/etc/default/Makefile.am @@ -6,4 +6,3 @@ initconf_SCRIPTS = zfs SUBSTFILES += $(initconf_SCRIPTS) SHELLCHECK_SHELL = sh -SHELLCHECK_IGNORE = ,SC2034 diff --git a/etc/default/zfs.in b/etc/default/zfs.in index 3b6e5486d..93d98058e 100644 --- a/etc/default/zfs.in +++ b/etc/default/zfs.in @@ -8,6 +8,7 @@ # To enable a boolean setting, set it to yes, on, true, or 1. # Anything else will be interpreted as unset. +# shellcheck disable=SC2034 # Run `zfs mount -a` during system start? ZFS_MOUNT='yes' |