Active
Project:
Densite
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Feb 2011 at 09:09 UTC
Updated:
15 Mar 2011 at 05:55 UTC
Hello
Thank you for the module. It's awesome!
I've noticed densitein doesn't copy the .htaccess, so I've added
densite_exec("sudo cp -Rfp " . $settings['drupal_source_path'] . "/.htaccess " . $settings['www_base_htdocs']);
to densitein.drush.inc just after 156 line, which is
densite_exec("sudo cp -Rfp " . $settings['drupal_source_path'] . "/.* " . $settings['www_base_htdocs']);
Could you add that to the module?
Thank You
:w
Comments
Comment #1
den.iver commentedSorry about my deadline - But I will look into it .)
Comment #2
den.iver commentedHi again. i Sorry about the delay. It is fixed in the master on https://github.com/diversen/densite
You can fetch the master or a tag. At the moment they are all the same 6.x -> 7.x -> master
Dennis
Comment #3
carsato commentedIt's ok.
Thank you for the fix!