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
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..."
|
||||
until pg_isready -q -h 127.0.0.1 -p 5432 -U postgres; do
|
||||
sleep 1
|
||||
sleep 1
|
||||
done
|
||||
|
||||
bashio::log.info "Postgres-init: creating role/database if missing..."
|
||||
|
||||
Reference in New Issue
Block a user