mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
🚑 Fixes issue in add-on update check
This commit is contained in:
parent
6cd2579672
commit
d90391bd2f
1 changed files with 2 additions and 2 deletions
|
@ -368,8 +368,8 @@ function bashio::addon.update_available() {
|
|||
|
||||
bashio::log.trace "${FUNCNAME[0]}" "$@"
|
||||
|
||||
version=$(bashio::addons.version "${addon}")
|
||||
last_version=$(bashio::addons.last_version "${addon}")
|
||||
version=$(bashio::addon.version "${addon}")
|
||||
last_version=$(bashio::addon.last_version "${addon}")
|
||||
|
||||
if [[ "${version}" = "${last_version}" ]]; then
|
||||
return "${__BASHIO_EXIT_NOK}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue