beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Make initialisation of `beet_root` directory configurable. #310

Closed Decipher closed 8 years ago

Decipher commented 8 years ago

Currently the beet_root directory is created in the init task. If you want to have drush make use a destination of beet_root the destination needs to not exists.

Consider making a variable beet_root_create that determines if this directory should be created during initialisaion.