From ae1a1de72734411d4bd85def4cf0db8c51b214d4 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Sat, 20 Mar 2021 18:34:53 +0100 Subject: [PATCH] Enable build script --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 13c3035..b528d4f 100644 --- a/build.sh +++ b/build.sh @@ -44,6 +44,4 @@ fi if [ ! -f "./files/index.html" ]; then echo "File ./files/index.html does not exist" exit 1 -fi - -exit 1 \ No newline at end of file +fi \ No newline at end of file