This commit is contained in:
Alexandre
2023-01-08 08:13:33 +01:00
committed by GitHub
parent e1ab21cf57
commit 12e5fe68b0
3 changed files with 7 additions and 7 deletions

View File

@@ -6,4 +6,4 @@
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
s6-setuidgid nginx php /app/bin/check-cache.php &>/proc/1/fd/1

View File

@@ -6,4 +6,4 @@
bashio::log.info "Running hourly cron job" &>/proc/1/fd/1
s6-setuidgid nginx php8 /app/retrieve.php &>/proc/1/fd/1
s6-setuidgid nginx php /app/retrieve.php &>/proc/1/fd/1