mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Update 99-run.sh
This commit is contained in:
@@ -20,7 +20,7 @@ case $(bashio::config 'DB_TYPE') in
|
|||||||
|
|
||||||
# Use sqlite
|
# Use sqlite
|
||||||
sqlite)
|
sqlite)
|
||||||
bashio::log.info "Using a local sqlite database $WEBTREES_HOME/$DB_NAME please wait then login. Default credentials : $WT_USER : $WT_PASS"
|
bashio::log.info "Using a local sqlite database $WEBTREES_HOME/$DB_NAME"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mariadb_addon)
|
mariadb_addon)
|
||||||
@@ -49,7 +49,7 @@ case $(bashio::config 'DB_TYPE') in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
external)
|
external)
|
||||||
bashio::log.info "Using an external database, please populate all required fields in the config.yaml according to dovumentation"
|
bashio::log.info "Using an external database, please populate all required fields in the config.yaml according to documentation"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
@@ -155,6 +155,7 @@ DB_NAME=$(echo "$DB_NAME" | tr -d '"')
|
|||||||
|
|
||||||
bashio::log.info "Data is stored in $WEBTREES_HOME"
|
bashio::log.info "Data is stored in $WEBTREES_HOME"
|
||||||
bashio::log.info "Webui can be accessed at : $BASE_URL"
|
bashio::log.info "Webui can be accessed at : $BASE_URL"
|
||||||
|
bashio::log.info "If it is your first boot, the start-up wizard will open"
|
||||||
|
|
||||||
# Execute main script
|
# Execute main script
|
||||||
echo "python3 /docker-entrypoint.py"
|
echo "python3 /docker-entrypoint.py"
|
||||||
|
|||||||
Reference in New Issue
Block a user