mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
caba7e0ecc
commit
de0e40c2ea
@@ -107,11 +107,11 @@ case $(bashio::config 'DB_CONNECTION') in
|
||||
bashio::log.info "Creating database for Firefly-iii if required"
|
||||
# Create database without SSL requirement
|
||||
mysql \
|
||||
--skip-ssl \
|
||||
-u "${DB_USERNAME}" -p"${DB_PASSWORD}" \
|
||||
-h "${DB_HOST}" -P "${DB_PORT}" \
|
||||
-e "CREATE DATABASE IF NOT EXISTS \`firefly\`;"
|
||||
;;
|
||||
--skip-ssl \
|
||||
-u "${DB_USERNAME}" -p"${DB_PASSWORD}" \
|
||||
-h "${DB_HOST}" -P "${DB_PORT}" \
|
||||
-e "CREATE DATABASE IF NOT EXISTS \`firefly\`;"
|
||||
;;
|
||||
|
||||
# Use remote
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user