Merge pull request #887 from bginsbach/fix-auth-9229

AUTH-9229 Do not use long options for sort
This commit is contained in:
Michael Boelen 2020-03-31 16:35:48 +02:00 committed by GitHub
commit 288bca9334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"