diff options
Diffstat (limited to 'cmd')
-rwxr-xr-x | cmd/zpool/zpool.d/smart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/zpool/zpool.d/smart b/cmd/zpool/zpool.d/smart index 874528d66..f8854b752 100755 --- a/cmd/zpool/zpool.d/smart +++ b/cmd/zpool/zpool.d/smart @@ -71,6 +71,7 @@ fi smartctl_path=$(command -v smartctl) +# shellcheck disable=SC2015 if [ -b "$VDEV_UPATH" ] && [ -x "$smartctl_path" ] || [ -n "$samples" ] ; then if [ -n "$samples" ] ; then # cat a smartctl output text file instead of running smartctl |