🔨 Shellcheck fix

This commit is contained in:
Paul Sinclair 2020-06-06 11:24:00 -04:00
parent a4b9b7cf13
commit f68a563f22
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D

View file

@ -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