double brackets

This commit is contained in:
Jessica Frazelle
2014-04-15 09:31:08 -04:00
parent 2953ed2486
commit 969aed87c6

View File

@@ -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;