phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
118 stars 46 forks source link

Fix install errors when passing database URL #127

Closed darrenoh closed 4 months ago

darrenoh commented 4 months ago

Composer passes the same arguments to each script listed for an event. When passing a database URL to the install script for ScriptHandler::configureDrush, scripts that cannot handle the argument fail. The fix is to add a hash so those scripts ignore the argument.