mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-05-09 04:56:04 +00:00
set DOCID
This commit is contained in:
parent
60bbc32f04
commit
fb84b8d282
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
. ./credentials
|
. ./credentials
|
||||||
|
|
||||||
curl -L --silent "${URL}/fetch/doc/23311" -H "Authorization: ${AUTH}" --output 23311.pdf
|
DOCID=22833
|
||||||
|
|
||||||
|
curl -L --silent "${URL}/fetch/doc/${DOCID}" -H "Authorization: ${AUTH}" --output ${DOCID}.pdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user