Update 31-run

This commit is contained in:
Alexandre
2021-04-07 19:10:42 +02:00
committed by GitHub
parent e31727cc59
commit 06fe139792

View File

@@ -29,7 +29,7 @@ grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
rm /config/crontabs/* || true
# Align update with options
FREQUENCY=$(bashio::config 'Updates')
bashio::log.info "$Frequency updates"
bashio::log.info "$FREQUENCY updates"
case $FREQUENCY in
"Hourly")