mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
5
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
5
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -36,7 +36,7 @@ DB_PASS="ente"
|
||||
|
||||
if bashio::config.true 'USE_EXTERNAL_DB'; then
|
||||
bashio::log.info "External DB in use; skipping internal Postgres bootstrap."
|
||||
DB_USER="$(bashio::config 'DB_USERNAME')"
|
||||
DB_USER="$(bashio::config 'DB_USERNAME')"
|
||||
DB_PASS="$(bashio::config 'DB_PASSWORD')"
|
||||
DB_NAME="$(bashio::config 'DB_DATABASE_NAME')"
|
||||
fi
|
||||
@@ -61,11 +61,10 @@ BEGIN
|
||||
END
|
||||
\$\$;
|
||||
SQL
|
||||
bashio::log.info "Internal Postgres ready."
|
||||
bashio::log.info "Internal Postgres ready."
|
||||
|
||||
done
|
||||
|
||||
|
||||
#################
|
||||
# Minio startup #
|
||||
#################
|
||||
|
||||
Reference in New Issue
Block a user