Files
hassio-addons/spotweb/rootfs/etc/periodic/hourly/spotweb
2022-02-14 18:09:01 +01:00

9 lines
349 B
Plaintext

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Runs the hourly task to update spots
# ==============================================================================
bashio::log.info "Running hourly cron job" &>/proc/1/fd/1
s6-setuidgid nginx php8 /app/retrieve.php &>/proc/1/fd/1