Files
hassio-addons/spotweb/rootfs/etc/periodic/daily/check-cache
2022-02-14 18:09:40 +01:00

9 lines
376 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# 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