mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 20:09:13 +02:00
Avoid messages
This commit is contained in:
@@ -27,7 +27,7 @@ if bashio::config.has_value 'additional_apps'; then
|
|||||||
APP="${element#${BASH_REMATCH[1]}}"
|
APP="${element#${BASH_REMATCH[1]}}"
|
||||||
bashio::log.green "... $APP"
|
bashio::log.green "... $APP"
|
||||||
# shellcheck disable=SC2015,SC2086
|
# shellcheck disable=SC2015,SC2086
|
||||||
apk add --no-cache $APP || bashio::log.red "... not successful, please check $APP package name"
|
apk add --no-cache $APP >/dev/null || bashio::log.red "... not successful, please check $APP package name"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user