diff options
author | Damian Szuberski <[email protected]> | 2022-01-06 23:36:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-06 14:36:04 -0800 |
commit | ae66d3aa90f66943ca726fa2ea7e038175aab6cf (patch) | |
tree | bf1d550da22eb29f093f489584ad58395962827e /etc/init.d/zfs-load-key.in | |
parent | ccc421ec390432533ef063cb633c3c2149de9f47 (diff) |
Add ShellCheck's `--enable=all` inside `etc/`
Strengthen static code analysis for shell scripts.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes #12913
Diffstat (limited to 'etc/init.d/zfs-load-key.in')
-rwxr-xr-x | etc/init.d/zfs-load-key.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.d/zfs-load-key.in b/etc/init.d/zfs-load-key.in index 2f8deffdc..53c7766b7 100755 --- a/etc/init.d/zfs-load-key.in +++ b/etc/init.d/zfs-load-key.in @@ -1,4 +1,5 @@ #!@DEFAULT_INIT_SHELL@ +# shellcheck disable=SC2154 # # zfs-load-key This script will load/unload the zfs filesystems keys. # |