Update 31-run

This commit is contained in:
Alexandre
2021-04-07 09:39:57 +02:00
committed by GitHub
parent fb15aae02c
commit f3bc117eb1

View File

@@ -26,9 +26,6 @@ grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
# CRON OPTIONS #
################
### Remove previous values
rm /config/crontabs/*
### Variables
FREQUENCY=$(bashio::config 'Updates')
bashio::log.info "Updates every $FREQUENCY"