__acl: command -v stdout to devnull

remotes/katolaz/master
Ander Punnar 6 years ago
parent 2b5887bdbd
commit 9e3cd47b9a
  1. 2
      cdist/conf/type/__acl/explorer/acl_is

@ -22,7 +22,7 @@ acl_path="/$__object_id"
[ ! -e "$acl_path" ] && exit 0
if ! command -v getfacl 2>/dev/null
if ! command -v getfacl > /dev/null
then
echo 'getfacl not available' >&2
exit 1

Loading…
Cancel
Save