GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-16 08:37:54 +00:00
parent be56bdca0e
commit 8b04880852

5
ente/rootfs/etc/cont-init.d/99-run.sh Executable file → Normal file
View 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 #
#################