diff --git a/http/Provision/Service/http/public.php b/http/Provision/Service/http/public.php index 4d85fdf93cdf992ec46ea44be71747107a52f6e0..f6ef34537a997400dd0d880989dbb955f664188c 100644 --- a/http/Provision/Service/http/public.php +++ b/http/Provision/Service/http/public.php @@ -57,8 +57,6 @@ class Provision_Service_http_public extends Provision_Service_http { $this->server->http_vhostd_path = "{$app_dir}/vhost.d"; $this->server->http_subdird_path = "{$app_dir}/subdir.d"; $this->server->http_platforms_path = "{$this->server->aegir_root}/platforms"; - - $this->symlink_service(); } } @@ -99,6 +97,8 @@ class Provision_Service_http_public extends Provision_Service_http { )); } + $this->symlink_service(); + parent::verify_server_cmd(); }