diff --git a/postgres_15/rootfs/usr/local/bin/healthcheck.sh b/postgres_15/rootfs/usr/local/bin/healthcheck.sh old mode 100755 new mode 100644 index cd04f7518..544be2646 --- a/postgres_15/rootfs/usr/local/bin/healthcheck.sh +++ b/postgres_15/rootfs/usr/local/bin/healthcheck.sh @@ -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 $?; \ No newline at end of file +pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $? diff --git a/postgres_17/rootfs/usr/local/bin/healthcheck.sh b/postgres_17/rootfs/usr/local/bin/healthcheck.sh old mode 100755 new mode 100644 index cd04f7518..544be2646 --- a/postgres_17/rootfs/usr/local/bin/healthcheck.sh +++ b/postgres_17/rootfs/usr/local/bin/healthcheck.sh @@ -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 $?; \ No newline at end of file +pg_isready --dbname="${POSTGRES_DB}" --username="${POSTGRES_USER}" || exit $?