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

10 lines
373 B
Plaintext

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