Merge branch 'docker-updater-patch' into 'master'

Add update-ca-certificates to updater.sh

See merge request tt-rss/tt-rss!176
This commit is contained in:
Andrew Dolgov
2025-08-13 15:02:31 +03:00

View File

@@ -18,6 +18,8 @@ if ! id app; then
adduser -D -h $APP_INSTALL_BASE_DIR -G app -u $OWNER_UID app
fi
update-ca-certificates || true
# TODO this should do a reasonable amount of attempts and terminate with an error
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER -p $TTRSS_DB_PORT; do
echo waiting until $TTRSS_DB_HOST is ready...