Skip to content
Snippets Groups Projects
Commit a067f72d authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 55dc8d0e
Branches
No related tags found
No related merge requests found
......@@ -16,5 +16,5 @@ fi
chown -R {{ apacheUser }}:{{ apacheUser }} {{ path }}
chmod -R ug+r,ug-w,o-w,o-r {{ path }}
if [ -d '{{ webRoot }}{{ drupal.configRoot|default("/config") }}' ]; then
chmod -R og+w {{ webRoot }}{{ drupal.configRoot|default("/config") }}
chmod -R ug+w {{ webRoot }}{{ drupal.configRoot|default("/config") }}
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment