From a5fbc6afbb8616349c8b85c17bd8a6b0309f8348 Mon Sep 17 00:00:00 2001 From: simon987 Date: Tue, 3 Mar 2020 08:12:56 -0500 Subject: [PATCH] add shebang --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 5a426b4..d709949 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + if [ -z ${NGINX_PATH+x} ]; then echo "Please set the NGINX_PATH variable"; exit