mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
typo fix
This commit is contained in:
parent
2da047cd90
commit
cb2c51684b
@ -139,7 +139,7 @@ def setup_wildcard_ssl(domain, email, bench_path):
|
||||
print("There was a problem trying to setup SSL")
|
||||
return
|
||||
|
||||
ssl_path = "/etc/letsencrypt/live/{domain}/".format(site=domain)
|
||||
ssl_path = "/etc/letsencrypt/live/{domain}/".format(domain=domain)
|
||||
ssl_config = {
|
||||
"wildcard": {
|
||||
"domain": domain,
|
||||
|
Loading…
Reference in New Issue
Block a user