You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-01 22:41:53 +02: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