From ccd47a3b078d8dbbea3f5e1e0aeeeafad534b0a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:09:01 +0100 Subject: [PATCH] Update spotweb --- spotweb/rootfs/etc/periodic/hourly/spotweb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spotweb/rootfs/etc/periodic/hourly/spotweb b/spotweb/rootfs/etc/periodic/hourly/spotweb index 78810bf37..7a52f68de 100644 --- a/spotweb/rootfs/etc/periodic/hourly/spotweb +++ b/spotweb/rootfs/etc/periodic/hourly/spotweb @@ -3,4 +3,6 @@ # Runs the hourly task to update spots # ============================================================================== -s6-setuidgid nginx php8 /app/retrieve.php +bashio::log.info "Running hourly cron job" &>/proc/1/fd/1 + +s6-setuidgid nginx php8 /app/retrieve.php &>/proc/1/fd/1