allow unfree

This commit is contained in:
Prunebutt 2025-09-25 18:01:34 +02:00
parent d961bab798
commit e1a7632b40
3 changed files with 30 additions and 3 deletions

View file

@ -103,9 +103,9 @@ case "$1" in
"${PAPERLESS_URL}/api/documents/post_document/") || FAILED=1
if [ -v FAILED ]; then
echo "Paperless failed with message:\n$PAPERLESS_STATUS"
printf "Paperless failed with message:\n%s" "$PAPERLESS_STATUS"
else
echo "Paperless consumption job: '$PAPERLESS_STATUS'"
printf "Paperless consumption job: %s\n" "$PAPERLESS_STATUS"
fi
;;
*)