From dc4c5498b2a9c0b37d4a79f589d942929f581f84 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Sun, 24 Mar 2024 01:28:17 +0100 Subject: [PATCH] write result pdf to requested filename, not to tmpdir --- photos2pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photos2pdf b/photos2pdf index 8c26588..db490f9 100755 --- a/photos2pdf +++ b/photos2pdf @@ -441,7 +441,7 @@ if ! \ qpdf \ --empty \ --pages "${input[@]}" \ - -- "$pdfdir/$result_filename" + -- "$result_filename" then warning "Could not concatenate \"$result_filename\"." rv=1