add shebang

This commit is contained in:
2020-03-03 08:12:56 -05:00
committed by GitHub
parent 0e6edac7a4
commit a5fbc6afbb

View File

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