mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
double brackets
This commit is contained in:
@@ -15,7 +15,7 @@ if ! grep -q dokku-nginx-reload "/etc/sudoers"; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
include $DOKKU_ROOT/*/nginx.conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user