Fix build.sh

This commit is contained in:
Pieter Vander Vennet 2023-11-13 15:44:32 +01:00
parent be2b519097
commit 86a41709dc

View file

@ -42,7 +42,7 @@ fi
# sanity check
if [[ -f "bookcases.html" ]]
then
echo "Bookcases exists"
else
echo "Bookcases.html does not exist - aborting"
exit 1