Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-14 12:24:02 +01:00
committed by GitHub
parent ce7a112875
commit 75ab2435d2

View File

@@ -30,8 +30,9 @@ mariadb_addon)
"Please ensure it is installed and started"
fi
# Do not delete this comment : install mysql client
# Install mysqlclient
pip install mysqlclient
# Use values
export DB_ENGINE=django.db.backends.mysql
export POSTGRES_HOST=$(bashio::services "mysql" "host") && bashio::log.blue "POSTGRES_HOST=$POSTGRES_HOST"