mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
2
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
2
ente/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -43,7 +43,7 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Postgres-init: waiting for local Postgres..."
|
bashio::log.info "Postgres-init: waiting for local Postgres..."
|
||||||
until pg_isready -q -h 127.0.0.1 -p 5432 -U postgres; do
|
until pg_isready -q -h 127.0.0.1 -p 5432 -U postgres; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
bashio::log.info "Postgres-init: creating role/database if missing..."
|
bashio::log.info "Postgres-init: creating role/database if missing..."
|
||||||
|
|||||||
Reference in New Issue
Block a user