From fe77c8fb1e8edfd802485dba0c1ffdc8e2005ea5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 23 Feb 2026 14:26:55 +0100 Subject: lhost: fix prune script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/lhost/files/cron_job | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bundles/lhost/files/cron_job (limited to 'bundles/lhost/files/cron_job') diff --git a/bundles/lhost/files/cron_job b/bundles/lhost/files/cron_job new file mode 100644 index 0000000..7459661 --- /dev/null +++ b/bundles/lhost/files/cron_job @@ -0,0 +1,3 @@ +#!/bin/sh +set -eu +exec lhost-prune >/dev/null 2>&1 -- cgit 1.4.1