Files
hassio-addons/spotweb/rootfs/etc/periodic/hourly/spotweb
2023-10-03 20:02:29 +02:00

11 lines
379 B
Plaintext

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