From 640f6d396a7793e12d72ec7ce35ae2dd214cea6a Mon Sep 17 00:00:00 2001 From: Dennis Martinez Date: Wed, 27 Apr 2016 15:34:27 +0900 Subject: [PATCH] Syntax error for Bash --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 3c6b8eb..4b3551d 100755 --- a/bin/compile +++ b/bin/compile @@ -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