Add update-ca-certificates to updater.sh

This commit is contained in:
Julian Labus 2025-08-13 13:38:33 +02:00
parent 20843a9d15
commit 1cd05e5b61

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...