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