mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 10:59:56 +02:00
mysql3
This commit is contained in:
@@ -57,7 +57,7 @@ mariadb_addon)
|
|||||||
bashio::log.warning "Uninstalling the MariaDB addon will remove any data"
|
bashio::log.warning "Uninstalling the MariaDB addon will remove any data"
|
||||||
|
|
||||||
bashio::log.info "Creating database for Firefly-iii if required"
|
bashio::log.info "Creating database for Firefly-iii if required"
|
||||||
mysql \
|
mysql3 \
|
||||||
-u "${username}" -p"${password}" \
|
-u "${username}" -p"${password}" \
|
||||||
-h "${host}" -P "${port}" \
|
-h "${host}" -P "${port}" \
|
||||||
-e "CREATE DATABASE IF NOT EXISTS \`firefly\` ;"
|
-e "CREATE DATABASE IF NOT EXISTS \`firefly\` ;"
|
||||||
|
|||||||
Reference in New Issue
Block a user