mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
2
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
2
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
@@ -4,4 +4,4 @@
|
|||||||
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
|
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
|
||||||
POSTGRES_DB="$(bashio::config "POSTGRES_DB" "$POSTGRES_USER")"
|
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
2
postgres_17/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
@@ -4,4 +4,4 @@
|
|||||||
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
|
POSTGRES_USER="$(bashio::config "POSTGRES_USER" "postgres")"
|
||||||
POSTGRES_DB="$(bashio::config "POSTGRES_DB" "$POSTGRES_USER")"
|
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 $?
|
||||||
|
|||||||
Reference in New Issue
Block a user