GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-16 09:04:39 +00:00
parent 1231a36bc9
commit 6798038c9a

2
ente/rootfs/etc/cont-init.d/99-run.sh Executable file → Normal file
View 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..."