GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-24 11:34:42 +00:00
parent 16f2608fd6
commit 86cdb6d53c
2 changed files with 2 additions and 2 deletions

2
postgres_15/rootfs/usr/local/bin/healthcheck.sh Executable file → Normal file
View File

@@ -4,4 +4,4 @@
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
POSTGRES_DB="$(bashio::config "POSTGRES_DB" "$POSTGRES_USER")"
pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $?;
pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $?

2
postgres_17/rootfs/usr/local/bin/healthcheck.sh Executable file → Normal file
View File

@@ -4,4 +4,4 @@
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
POSTGRES_DB="$(bashio::config "POSTGRES_DB" "$POSTGRES_USER")"
pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $?;
pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $?