1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-25 18:10:47 +00:00

Initial commit

This commit is contained in:
Florian Heinemann
2014-11-03 23:36:08 -05:00
parent f914a3d15e
commit f76e1d0d19
2 changed files with 70 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -e
if [[ -f $1/.nginx ]]; then
echo "nginx"
echo ".nginx"
exit 0
else
exit 1