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

l3d#4 Set permissions after "drush generate"

parent 5a15a8ae
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
function setPermissions {
chmod -R g+w .
}
docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php drush $@
if [[ "$1" == "gen" ]]; then
setPermissions
fi
if [[ "$1" == "generate" ]]; then
setPermissions
fi
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