mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 03:58:45 +02:00
correct
This commit is contained in:
@@ -64,8 +64,8 @@ mariadb_addon)
|
|||||||
apt-get clean
|
apt-get clean
|
||||||
bashio::log.info "Creating database for Firefly-iii if required"
|
bashio::log.info "Creating database for Firefly-iii if required"
|
||||||
mysql \
|
mysql \
|
||||||
-u "${username}" -p"${password}" \
|
-u "${DB_USERNAME}" -p"${DB_PASSWORD}" \
|
||||||
-h "${host}" -P "${port}" \
|
-h "${DB_HOST}" -P "${DB_PORT}" \
|
||||||
-e "CREATE DATABASE IF NOT EXISTS \`firefly\` ;"
|
-e "CREATE DATABASE IF NOT EXISTS \`firefly\` ;"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user