add shebang

This commit is contained in:
simon987 2020-03-03 08:12:56 -05:00 committed by GitHub
parent 0e6edac7a4
commit a5fbc6afbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
#!/bin/bash
if [ -z ${NGINX_PATH+x} ]; then
echo "Please set the NGINX_PATH variable";
exit