__acl: add TODO note about dry-run

This commit is contained in:
ander 2019-05-14 13:42:56 +03:00
parent 7dfc5bc473
commit 7a25ec00ed
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
file_is="$( cat "$__object/explorer/file_is" )"
# TODO this check is not needed with dry-run
[ "$file_is" = 'missing' ] && exit 0
os="$( cat "$__global/explorer/os" )"