__acl: be more strict because of reasons

This commit is contained in:
ander 2019-04-16 15:28:25 +03:00
parent cea639d1c9
commit 8b9b2c56ab
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ then
else else
echo "$acl_is" | while read -r acl echo "$acl_is" | while read -r acl
do do
if echo "$acl_should" | grep -Fq "$acl" \ if echo "$acl_should" | grep -Eq "^$acl" \
|| echo "$acl" | grep -Eq '^(default:)?mask' || echo "$acl" | grep -Eq '^(default:)?mask'
then continue then continue
fi fi