]> piware.de Git - bin.git/commitdiff
build-devtoolbox: Unbreak syntax after dfe85b640
authorMartin Pitt <martin@piware.de>
Sat, 23 May 2020 06:44:49 +0000 (08:44 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 23 May 2020 06:44:49 +0000 (08:44 +0200)
build-devtoolbox
scandoc

index 9656121691ea021e6f46cb68f1ad65052f6f12dd..bc651f47d4db7161521904ad003bdb67786bfe14 100755 (executable)
@@ -55,3 +55,4 @@ cat <<EOF | sudo tee /etc/krb5.conf.d/0_file_ccache
 [libdefaults]
     default_ccache_name = FILE:/tmp/krb5.ccache
 EOF
+'
diff --git a/scandoc b/scandoc
index 647a6f9e4646f4596d920a40af88c329e483f60f..677c143b39c81f1604147abf3fb6d14d4ac841b2 100755 (executable)
--- a/scandoc
+++ b/scandoc
@@ -13,7 +13,7 @@ echo "Output file directory: $D"
 PAGE=0
 while true; do
     PAGE=$((PAGE+1))
-    scanimage --device-name=genesys:libusb:002:007 --format=png --progress --resolution 150 --mode Gray -x 210 -y 297 | convert -rotate 180 -modulate 120 -level 30,60% - cur.png
+    scanimage --device-name=genesys:libusb:002:008 --format=png --progress --resolution 150 --mode Gray -x 210 -y 297 | convert -rotate 180 -modulate 120 -level 30,60% - cur.png
     FNAME=page`printf '%02i' $PAGE`
     pngquant 4 < cur.png > $FNAME.png
     convert $FNAME.png $FNAME.pdf