Skip to content

Commit

Permalink
Fix add-on update available check (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 19, 2021
1 parent c9fd0ff commit 5be5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/rootfs/etc/cont-init.d/00-banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if bashio::supervisor.ping; then
'-----------------------------------------------------------'

bashio::log.blue " Add-on version: $(bashio::addon.version)"
if bashio::addon.update_available; then
if bashio::var.true "$(bashio::addon.update_available)"; then
bashio::log.magenta ' There is an update available for this add-on!'
bashio::log.magenta \
" Latest add-on version: $(bashio::addon.version_latest)"
Expand Down

0 comments on commit 5be5ac4

Please sign in to comment.