ghostwheel42's suggestion

master
Florent Daigniere 2 years ago
parent 2d1c5f7910
commit 6d80eea649

@ -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",

Loading…
Cancel
Save