mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +00:00
set DOCID
This commit is contained in:
parent
60bbc32f04
commit
fb84b8d282
|
@ -2,4 +2,6 @@
|
|||
|
||||
. ./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