mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-25 13:45:23 +00:00
Fix if statement
This commit is contained in:
parent
c4ad67f9de
commit
aa23156a8e
@ -133,6 +133,7 @@ cd $CUR_DIR
|
||||
if [ -f $BUILD_DIR/app-nginx.conf.sigil ] ; then
|
||||
echo "-----> using user provided app-nginx.conf.sigil"
|
||||
cp $BUILD_DIR/app-nginx.conf.sigil $BUILD_DIR/nginx/nginx.conf.sigil
|
||||
fi
|
||||
|
||||
# Allow deprecated nginx.conf.erb
|
||||
if [ -f $BUILD_DIR/nginx.conf.erb ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user