Posted by carsato on February 20, 2011 at 9:09am
2 followers
Jump to:
| Project: | Densite |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | den.iver |
| Status: | active |
Issue Summary
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
#1
Sorry about my deadline - But I will look into it .)
#2
Hi 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
#3
It's ok.
Thank you for the fix!