mirror of
https://github.com/frappe/bench.git
synced 2025-02-11 07:08:30 +00:00
[fix][args] add param exclude base domain
This commit is contained in:
parent
5c980dce10
commit
364cd8fe1b
@ -135,7 +135,7 @@ def setup_letsencrypt(site, custom_domain, non_interactive):
|
||||
def setup_wildcard_ssl(domain, email, exclude_base_domain):
|
||||
''' Setup wildcard ssl certificate '''
|
||||
from bench.config.lets_encrypt import setup_wildcard_ssl
|
||||
setup_wildcard_ssl(domain, email, bench_path='.')
|
||||
setup_wildcard_ssl(domain, email, bench_path='.', exclude_base_domain)
|
||||
|
||||
|
||||
@click.command('procfile')
|
||||
|
Loading…
x
Reference in New Issue
Block a user