mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
double brackets
This commit is contained in:
@@ -15,7 +15,7 @@ if ! grep -q dokku-nginx-reload "/etc/sudoers"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# if dokku.conf has not been created, create it
|
# if dokku.conf has not been created, create it
|
||||||
if [ ! -f /etc/nginx/conf.d/dokku.conf ]; then
|
if [[ ! -f /etc/nginx/conf.d/dokku.conf ]]; then
|
||||||
cat<<EOF > /etc/nginx/conf.d/dokku.conf
|
cat<<EOF > /etc/nginx/conf.d/dokku.conf
|
||||||
include $DOKKU_ROOT/*/nginx.conf;
|
include $DOKKU_ROOT/*/nginx.conf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user