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:
SiliconAvatar
2019-06-02 06:22:14 -04:00
committed by Franck Nijhof
parent 8440f9c548
commit f71033ab50

View File

@@ -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..."