mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Syntax error for Bash
This commit is contained in:
parent
3a20517687
commit
640f6d396a
@ -125,7 +125,7 @@ if [ -f $BUILD_DIR/nginx.conf.erb ] ; then
|
||||
|
||||
# Dokku 0.5.0+ uses nginx.conf.sigil for customizing the
|
||||
# Nginx configuration, so let's check if it exists
|
||||
if [ -f $BUILD_DIR/nginx.conf.sigil ] ; then
|
||||
elif [ -f $BUILD_DIR/nginx.conf.sigil ] ; then
|
||||
echo "-----> using user provided nginx.conf.sigil"
|
||||
cp $BUILD_DIR/nginx.conf.sigil $BUILD_DIR/nginx/nginx.conf.sigil
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user