mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
ghostwheel42's suggestion
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import time
|
||||
import subprocess
|
||||
|
||||
hostnames = ','.join(set([host.strip() for host in os.environ['HOSTNAMES'].split(',')]))
|
||||
hostnames = ','.join(set(host.strip() for host in os.environ['HOSTNAMES'].split(',')))
|
||||
|
||||
command = [
|
||||
"certbot",
|
||||
|
||||
Reference in New Issue
Block a user