From 2fa5df387606d0392cb0921e173ac14b088af5dc Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Thu, 13 Apr 2023 01:02:36 +0500 Subject: [PATCH] attempt 1 to fix: https://github.com/usmannasir/cyberpanel/issues/1044 --- plogical/sslUtilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plogical/sslUtilities.py b/plogical/sslUtilities.py index 1e3d2f8a4..b006d7c69 100755 --- a/plogical/sslUtilities.py +++ b/plogical/sslUtilities.py @@ -401,7 +401,7 @@ context /.well-known/acme-challenge { sender_email = 'root@%s' % (socket.gethostname()) - status, path = sslUtilities.PatchVhostConf(virtualHostName) + sslUtilities.PatchVhostConf(virtualHostName) if not os.path.exists('/usr/local/lsws/Example/html/.well-known/acme-challenge'): command = f'mkdir -p /usr/local/lsws/Example/html/.well-known/acme-challenge'