This commit is contained in:
Zsolt Ero
2025-02-26 16:58:41 +01:00
parent 1dcb66ccc9
commit cb0ee2ba23
3 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ def tile_gen(hostname, user, port, cron, noninteractive):
@cli.command() @cli.command()
@common_options @common_options
def roundrobin(hostname, user, port, noninteractive): def roundrobin_dns_writer(hostname, user, port, noninteractive):
if not noninteractive and not click.confirm(f'Run script on {hostname}?'): if not noninteractive and not click.confirm(f'Run script on {hostname}?'):
return return

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# these are not needed as certbot generates these
#env > /data/ofm/roundrobin/env.txt #env > /data/ofm/roundrobin/env.txt
#RENEWED_DOMAINS=direct.openfreemap.org #RENEWED_DOMAINS=direct.openfreemap.org
#RENEWED_LINEAGE=/etc/letsencrypt/live/ofm_roundrobin #RENEWED_LINEAGE=/etc/letsencrypt/live/ofm_roundrobin

View File

@@ -195,7 +195,6 @@ def setup_roundrobin_writer(c):
f'--deploy-hook /data/ofm/roundrobin/rclone_write.sh ' f'--deploy-hook /data/ofm/roundrobin/rclone_write.sh '
f'-d {domain_roundrobin}', f'-d {domain_roundrobin}',
# f'-d {domain2_roundrobin}', # f'-d {domain2_roundrobin}',
# f'-d {domain2_roundrobin}',
) )