mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 11:38:10 +01:00
10 lines
372 B
Plaintext
10 lines
372 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 php /app/retrieve.php &>/proc/1/fd/1
|