mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-25 21:45:24 +00:00
Change cp for .conf
This commit is contained in:
parent
36c6e73871
commit
d9177c1cde
@ -82,8 +82,8 @@ make install
|
||||
|
||||
rm -rf "nginx-${NGINX_VERSION}"
|
||||
|
||||
if [[ ! -f $BUILDDIR/nginx.conf.erb ]]; then
|
||||
cp $BINDIR/../conf/nginx.conf.erb $BUILDDIR/nginx.conf.erb
|
||||
if [[ ! -f $BUILDDIR/nginx.conf ]]; then
|
||||
cp $BINDIR/../conf/nginx.conf $BUILDDIR/nginx.conf
|
||||
fi
|
||||
|
||||
if [[ ! -f $BUILDDIR/mime.types ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user