diff --git a/scripts/gen_thumbnails.sh b/scripts/gen_thumbnails.sh index 7502d333..d27dc317 100755 --- a/scripts/gen_thumbnails.sh +++ b/scripts/gen_thumbnails.sh @@ -17,7 +17,7 @@ thumbnail() { find "$STATIC_DIR" -name '*.jpg' ! -name '*-thumb.jpg' -type f | while read -r f do f_=$(echo "$f" | sed -E -e 's@([.])@\\\1@g') - checksum=$(grep "$f_" "$STATIC_DIR"samples.sha256 || /bin/true) + checksum=$(grep "$f_" "$STATIC_DIR"samples.sha256 || true) if [ -n "$checksum" ] then echo "$checksum" | sha256sum -c --status || {