mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
check_config: Additional information in log output to avoid confusion (#594)
* Update run.sh for from descriptive log Updated log file to say that the new versions was installed ONLY to this add-on to stop people from fearing that it installed a new version to their production machine. * Update log message
This commit is contained in:
committed by
Franck Nijhof
parent
8440f9c548
commit
f71033ab50
@@ -19,7 +19,8 @@ if ! PIP_OUTPUT="$(pip3 install --find-links "${WHEELS_LINKS}" "${CMD}")"; then
|
||||
bashio::exit.nok
|
||||
fi
|
||||
INSTALLED_VERSION="$(pip freeze | grep homeassistant)"
|
||||
bashio::log.info "Installed Home Assistant ${INSTALLED_VERSION##*=}."
|
||||
bashio::log.info "Installed Home Assistant ${INSTALLED_VERSION##*=}"
|
||||
bashio::log.info "Don't worry, this temporary installation is not overwriting your current one."
|
||||
|
||||
# Making an temporary copy of your configuration
|
||||
bashio::log.info "Making a copy of your configuration for checking..."
|
||||
|
||||
Reference in New Issue
Block a user