mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
ledns rename
This commit is contained in:
@@ -10,7 +10,7 @@ from ssh_lib.tasks import (
|
||||
prepare_shared,
|
||||
prepare_tile_gen,
|
||||
run_http_host_sync,
|
||||
setup_le_dns_manager,
|
||||
setup_ledns_manager,
|
||||
upload_http_host_config,
|
||||
)
|
||||
from ssh_lib.utils import (
|
||||
@@ -98,13 +98,13 @@ def tile_gen(hostname, user, port):
|
||||
|
||||
@cli.command()
|
||||
@common_options
|
||||
def le_dns_manager(hostname, user, port):
|
||||
def ledns_manager(hostname, user, port):
|
||||
if not click.confirm(f'Run script on {hostname}?'):
|
||||
return
|
||||
|
||||
c = get_connection(hostname, user, port)
|
||||
|
||||
setup_le_dns_manager(c)
|
||||
setup_ledns_manager(c)
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
||||
Reference in New Issue
Block a user