From bb342dd389a7a111ea4529edb244f994e8fdf30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 21 Sep 2020 20:26:53 +0200 Subject: [PATCH] adding #45 --- app/Factories/NginxVhostFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Factories/NginxVhostFactory.php b/app/Factories/NginxVhostFactory.php index ea08365..20b6905 100644 --- a/app/Factories/NginxVhostFactory.php +++ b/app/Factories/NginxVhostFactory.php @@ -151,7 +151,7 @@ class NginxVhostFactory system('php '.base_path().'/mcp lets-encrypt:add '.$email.' '.$vhost['domain']); if ($vhost['redirect_www'] === true) { - system('php '.base_path().' mcp lets-encrypt:add '.$email.' www.'.$vhost['domain']); + system('php '.base_path().'/mcp lets-encrypt:add '.$email.' www.'.$vhost['domain']); } });