From 6362360e408fc688cd39ffd65a61a5245295ba65 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:09:40 +0100 Subject: [PATCH] Update check-cache --- spotweb/rootfs/etc/periodic/daily/check-cache | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spotweb/rootfs/etc/periodic/daily/check-cache b/spotweb/rootfs/etc/periodic/daily/check-cache index d9ba85c8a..b350500b8 100644 --- a/spotweb/rootfs/etc/periodic/daily/check-cache +++ b/spotweb/rootfs/etc/periodic/daily/check-cache @@ -3,4 +3,6 @@ # Runs the daily task to check the spotweb cache # ============================================================================== -s6-setuidgid nginx php8 /app/bin/check-cache.php +bashio::log.info "Running daily spotweb cache check" &>/proc/1/fd/1 + +s6-setuidgid nginx php8 /app/bin/check-cache.php &>/proc/1/fd/1