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

Slicence setfacl

parent 8bfee9cf
No related branches found
No related tags found
No related merge requests found
......@@ -196,8 +196,8 @@ class Handler {
$traefik->update();
// Set permissions, see https://wodby.com/stacks/drupal/docs/local/permissions
exec('setfacl -dR -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot);
exec('setfacl -R -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot);
exec('setfacl -dR -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot . ' >/dev/null 2>&1');
exec('setfacl -R -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX' . $projectRoot . ' >/dev/null 2>&1');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment