Skip to content
Snippets Groups Projects
drush 234 B
Newer Older
  • Learn to ignore specific revisions
  • 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