mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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]}}"
|
||||
bashio::log.green "... $APP"
|
||||
# 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
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user