mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
packages/easyscan: use SANE_DEFAULT_DEVICE
This commit is contained in:
parent
adc40a83c4
commit
c84d7bc3ed
1 changed files with 4 additions and 0 deletions
|
|
@ -76,3 +76,7 @@ echo "$merged_filename" | do_fix
|
||||||
|
|
||||||
# Copy scan to current directory
|
# Copy scan to current directory
|
||||||
cp "$merged_filename" "$OUTPUT_FILE"
|
cp "$merged_filename" "$OUTPUT_FILE"
|
||||||
|
|
||||||
|
# Make sure I don't remove things other than pdf
|
||||||
|
rm "$tempdir/"*.pdf
|
||||||
|
rm -d "$tempdir"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue