From 73c6645bcb3684a7914603971aad6c47163ab764 Mon Sep 17 00:00:00 2001 From: "sh+git@codevoid.de" Date: Sun, 27 Oct 2019 20:50:03 +0000 Subject: [PATCH] jhead: be quiet! --- mkpicindex-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpicindex-static.sh b/mkpicindex-static.sh index 8056470..ed32e76 100755 --- a/mkpicindex-static.sh +++ b/mkpicindex-static.sh @@ -96,7 +96,7 @@ convert_raw() { F="$1" # raw image if ! [ -f "${F%%.*}_preview.jpg" ]; then dcraw -e -c "$F" > "${F%%.*}_preview.jpg" - jhead -autorot "${F%%.*}_preview.jpg" + jhead -q -autorot "${F%%.*}_preview.jpg" console "Raw Conversion: ${F%%.*}_preview.jpg" fi }