Fix CONSUMEDIR_DELETE being ignored

I just noticed that CONSUMEDIR_DELETE  wasn't handled yet. This fixes it.
This commit is contained in:
Jan Bader 2021-02-05 16:41:22 +01:00 committed by GitHub
parent 516cc810d7
commit ee67d49776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ if [ -z "${CONSUMEDIR_ARGS}" ]; then
CONSUMEDIR_ARGS="$CONSUMEDIR_ARGS -v"
fi
if [ "${CONSUMEDIR_DELETE-n}" = "y" ]; then
CONSUMEDIR_ARGS="$CONSUMEDIR_ARGS -d"
fi
if [ "${CONSUMEDIR_UNIQUE-n}" = "y" ]; then
CONSUMEDIR_ARGS="$CONSUMEDIR_ARGS -m"
fi