diff --git a/feather.drush.inc b/feather.drush.inc index 707796d..85b8299 100644 --- a/feather.drush.inc +++ b/feather.drush.inc @@ -219,6 +219,10 @@ function drush_feather_add($alias = NULL) { } $vhost->save(); + if ($server->is_running()) { + $server->stop(); + $server->start(); + } } /**