Parent Directory
|
Revision Log
|
Revision Graph
do not generate the site's virtual host before the site is successfully installed
| 1 | <?php |
| 2 | |
| 3 | // $Id: install.provision.inc,v 1.4 2009/05/07 22:04:30 adrian Exp $ |
| 4 | |
| 5 | /** |
| 6 | * @file |
| 7 | * Provision hooks for the install command |
| 8 | */ |
| 9 | |
| 10 | /** |
| 11 | * Implementation of hook_provision_post_install |
| 12 | */ |
| 13 | function drush_provision_apache_post_provision_install($url = NULL) { |
| 14 | _provision_apache_create_vhost_config($url); |
| 15 | _provision_apache_restart_apache(); |
| 16 | } |
| 17 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |