From 1652f2ef48de586d4ed3e78c1b81f59cf7b70179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 9 Aug 2020 23:02:53 +0200 Subject: [PATCH] adding --- app/Commands/LetsEncryptRemoveCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/LetsEncryptRemoveCommand.php b/app/Commands/LetsEncryptRemoveCommand.php index 14ab54e..b98e6d9 100644 --- a/app/Commands/LetsEncryptRemoveCommand.php +++ b/app/Commands/LetsEncryptRemoveCommand.php @@ -16,7 +16,7 @@ use LaravelZero\Framework\Commands\Command; class LetsEncryptRemoveCommand extends Command { // directory - const CERT_DIR = '/etc/certbot/'; + const CERT_DIR = '/etc/letsencrypt/'; /** * The signature of the command.