Hi. On most of my installs, the sites/default is not used since I have multisites setup. If I pass a -l flag with the multisite name, it installs the module in that sites module directory. Is there a way to use drush in multisite mode and have the module installs and updates go into the sites/all/modules directory?

I leave sites/default alone since drupal overwrites it on upgrade. Thanks for any pointers.

Comments

moshe weitzman’s picture

if your multisite has no modules subdir then it will go into sites/all. if this doesn't meet your needs, please submit a patch.

chrisschaub’s picture

Status: Active » Closed (fixed)

Thanks, works as you said. Closing.