mirror of https://github.com/CISOfy/lynis.git
Merge pull request #887 from bginsbach/fix-auth-9229
AUTH-9229 Do not use long options for sort
This commit is contained in:
commit
288bca9334
|
@ -374,7 +374,7 @@
|
|||
echo "Unknown password hashing method ${METHOD}. Please report to lynis-dev@cisofy.com"
|
||||
;;
|
||||
esac
|
||||
done | ${SORTBINARY} --unique | ${TRBINARY} '\n' ' ')
|
||||
done | ${SORTBINARY} -u | ${TRBINARY} '\n' ' ')
|
||||
if [ -z "${FIND}" ]; then
|
||||
Display --indent 2 --text "- Password hashing methods" --result "${STATUS_OK}" --color GREEN
|
||||
LogText "Result: no poor password hashing methods found"
|
||||
|
|
Loading…
Reference in New Issue