mirror of
https://github.com/hassio-addons/addon-firefly-iii.git
synced 2025-05-07 04:41:30 +00:00
🔨 Shellcheck fix
This commit is contained in:
parent
a4b9b7cf13
commit
f68a563f22
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@ export DB_HOST
|
|||
export DB_PASSWORD
|
||||
export DB_PORT
|
||||
export DB_USERNAME
|
||||
export MAPBOX_API_KEY
|
||||
|
||||
if bashio::config.has_value 'mapbox_api_key';then
|
||||
export MAPBOX_API_KEY=$(bashio::config "mapbox_api_key")
|
||||
MAPBOX_API_KEY=$(bashio::config "mapbox_api_key")
|
||||
fi
|
||||
|
||||
if bashio::config.has_value 'remote_mysql_host';then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue