host_manager, cron

This commit is contained in:
Zsolt Ero
2024-01-03 19:55:49 +01:00
parent 5ad3987c26
commit b6b8e6ac84
5 changed files with 20 additions and 11 deletions

View File

@@ -131,6 +131,7 @@ def upload_certificates(c):
def debug_tmp(c):
upload_https_host_files(c)
put(c, SCRIPTS_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')
@click.command()