host_manager

This commit is contained in:
Zsolt Ero
2024-01-03 19:36:52 +01:00
parent e663196013
commit 5ad3987c26
5 changed files with 69 additions and 61 deletions

View File

@@ -107,7 +107,7 @@ def prepare_http_host(c):
c.sudo('/data/ofm/venv/bin/pip install -e /data/ofm/http_host/bin')
# always last
# put(c, SCRIPTS_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')
put(c, SCRIPTS_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')
def upload_https_host_files(c):