From d572f7fdc8a46cab789606b1f0a130839e5ec95a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 20 Feb 2022 21:30:44 +0000 Subject: syntax fix --- src/photoalbum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/photoalbum.sh b/src/photoalbum.sh index d60e84f..05ec6fa 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -149,7 +149,7 @@ albumhtml () { dirname="$DIST_DIR/$blurs_dir" test ! -d "$dirname" && mkdir -p "$dirname" echo "Creating blur $DIST_DIR/$blurs_dir/$photo" - convert -blur 0x6 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo" + convert -blur 0x8 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo" fi done -- cgit v1.2.3