Files
hassio-addons/spotweb/rootfs/etc/periodic/daily/check-cache
Alexandre 3db34e34f2 lint
2022-02-18 13:06:51 +01:00

10 lines
400 B
Plaintext

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Runs the daily task to check the spotweb cache
# ==============================================================================
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