diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 21:30:44 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 21:30:44 +0000 |
| commit | d572f7fdc8a46cab789606b1f0a130839e5ec95a (patch) | |
| tree | 0b0905fdc4bdc2ec589dceeb1a63f64f5ea9c040 /src | |
| parent | f4ff062b2fedc4ce176373a39f4ccebe539c71f3 (diff) | |
syntax fix
Diffstat (limited to 'src')
| -rwxr-xr-x | src/photoalbum.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
