mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02: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
|
if bashio::config.true 'USE_EXTERNAL_DB'; then
|
||||||
bashio::log.info "External DB in use; skipping internal Postgres bootstrap."
|
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_PASS="$(bashio::config 'DB_PASSWORD')"
|
||||||
DB_NAME="$(bashio::config 'DB_DATABASE_NAME')"
|
DB_NAME="$(bashio::config 'DB_DATABASE_NAME')"
|
||||||
fi
|
fi
|
||||||
@@ -61,11 +61,10 @@ BEGIN
|
|||||||
END
|
END
|
||||||
\$\$;
|
\$\$;
|
||||||
SQL
|
SQL
|
||||||
bashio::log.info "Internal Postgres ready."
|
bashio::log.info "Internal Postgres ready."
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# Minio startup #
|
# Minio startup #
|
||||||
#################
|
#################
|
||||||
|
|||||||
Reference in New Issue
Block a user