Update 91-run

This commit is contained in:
Alexandre
2021-04-07 10:53:52 +02:00
committed by GitHub
parent d7f8e06af6
commit 710c10114a

View File

@@ -29,6 +29,9 @@ grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true
# Remove default daily update
sed -i '$d' /etc/crontabs/root
# Update at boot
sed -i -e '$a @reboot /run.sh' /etc/crontabs/root
# Align update with options
FREQUENCY=$(bashio::config 'Updates')
bashio::log.info "$Frequency updates"