diff --git a/plugins/nginx-vhosts/install b/plugins/nginx-vhosts/install index b7e508a4897..86cf5590960 100755 --- a/plugins/nginx-vhosts/install +++ b/plugins/nginx-vhosts/install @@ -37,7 +37,7 @@ fi echo 'server_names_hash_bucket_size 512;' >| /etc/nginx/conf.d/server_names_hash_bucket_size.conf # make sure dokku can read the default log dir -gpasswd -M "$(egrep ^adm /etc/group | awk -F ":" '{ print $4 }')" dokku +gpasswd -M "$(egrep ^adm: /etc/group | awk -F ":" '{ print $4 }')" dokku chgrp -R dokku /var/log/nginx chmod g+r /var/log/nginx