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:
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
if [[ -f $1/.nginx ]]; then
|
||||
echo "nginx"
|
||||
echo ".nginx"
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user