mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix CONSUMEDIR_DELETE being ignored
I just noticed that CONSUMEDIR_DELETE wasn't handled yet. This fixes it.
This commit is contained in:
parent
516cc810d7
commit
ee67d49776
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user