From a50347dcb632ccf808d41a33a4ae8285a5d01346 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Thu, 27 Feb 2025 05:20:51 +0100 Subject: [PATCH] autoupdate in background --- init-server.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/init-server.py b/init-server.py index 2420022..54c4a88 100755 --- a/init-server.py +++ b/init-server.py @@ -83,8 +83,6 @@ def http_host_autoupdate(hostname, user, port, noninteractive): prepare_shared(c) prepare_http_host(c) - run_http_host_sync(c) - put(c, MODULES_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')