make-indexes on tile_gen

This commit is contained in:
Zsolt Ero
2024-08-29 16:02:12 +02:00
parent 64475f2d18
commit 3079a59434
5 changed files with 20 additions and 11 deletions

View File

@@ -80,6 +80,8 @@ def http_host_autoupdate(hostname, user, port):
c = get_connection(hostname, user, port)
c.sudo('rm -f /etc/cron.d/ofm_http_host')
prepare_shared(c)
upload_http_host_config(c)