mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update 99-run.sh
This commit is contained in:
@@ -30,8 +30,9 @@ mariadb_addon)
|
|||||||
"Please ensure it is installed and started"
|
"Please ensure it is installed and started"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do not delete this comment : install mysql client
|
# Install mysqlclient
|
||||||
|
pip install mysqlclient
|
||||||
|
|
||||||
# Use values
|
# Use values
|
||||||
export DB_ENGINE=django.db.backends.mysql
|
export DB_ENGINE=django.db.backends.mysql
|
||||||
export POSTGRES_HOST=$(bashio::services "mysql" "host") && bashio::log.blue "POSTGRES_HOST=$POSTGRES_HOST"
|
export POSTGRES_HOST=$(bashio::services "mysql" "host") && bashio::log.blue "POSTGRES_HOST=$POSTGRES_HOST"
|
||||||
|
|||||||
Reference in New Issue
Block a user