mirror of https://github.com/CISOfy/lynis.git
Remove double space
This commit is contained in:
parent
9fdfc062dd
commit
b285623ac2
|
@ -236,7 +236,7 @@
|
|||
# Description : Query all HAMMER PFS mounts from /etc/fstab
|
||||
Register --test-no FILE-6439 --os DragonFly --weight L --network NO --category security --description "Checking HAMMER PFS mounts"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
LogText "Test: Query /etc/fstab for available HAMMER PFS mount points"
|
||||
LogText "Test: Query /etc/fstab for available HAMMER PFS mount points"
|
||||
FIND=$(${MOUNTBINARY} -p | ${AWKBINARY} '{ if ($3 == "null") { print $1":"$2":"$3":"$4":" }}')
|
||||
if [ -z "${FIND}" ]; then
|
||||
Display --indent 2 --text "- Querying HAMMER PFS mount points (mount -p)" --result "${STATUS_NONE}" --color WHITE
|
||||
|
|
Loading…
Reference in New Issue