mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 22:43:25 +01:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Runs the daily task to check the spotweb cache
|
|
# ==============================================================================
|
|
|
|
s6-setuidgid nginx php8 /app/bin/check-cache.php
|