allow unfree
This commit is contained in:
parent
d961bab798
commit
e1a7632b40
3 changed files with 30 additions and 3 deletions
|
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue