From d56798cafb0bed827b2e64cb35b85bfdf68e3053 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Fri, 9 Dec 2022 10:39:21 +0200 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index ac927fd..dfc31d9 100755 --- a/start.sh +++ b/start.sh @@ -1,7 +1,7 @@ # builds if executable isn't foound if [[ ! -f "tailwindcss" ]] then - sh build.sh + bash build.sh fi # initialized and configures tailwind if not configured