Merge branch 'pr-consumedir_clean' of github.com:totti4ever/docspell into pr-consumedir_clean

This commit is contained in:
Malte 2020-10-28 22:17:57 +01:00
commit 08912696fb

View File

@ -23,6 +23,7 @@ ds_password=$3
ds_consumedir_path=${4%/}
ds_archive_path=$ds_consumedir_path/_archive/$ds_collective
if [ $# -ne 4 ]; then
echo "FATAL Exactly four parameters needed"
exit -3