Small fixes in aix/linux plugins

This commit is contained in:
patvdv
2018-07-15 17:00:47 +02:00
parent 1dcc379141
commit 2035943b53
3 changed files with 7 additions and 8 deletions
@@ -62,7 +62,7 @@ lsfs -ac >>${HC_STDOUT_LOG} 2>>${HC_STDERR_LOG}
(( $? == 0)) || return $?
# check for each auto-mount configured file system (except /)
lsfs -ac |\
lsfs -ac 2>/dev/null |\
grep -v -E -e '^#' -e '^\/:' |\
grep -E -e '.*:.*:.*:.*:.*:.*:.*:yes:.*' |\
cut -f1 -d':' |\