1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 11:00:01 +02:00

Also call update-ca-certifacates at startup of updater

This commit is contained in:
jmechnich 2022-10-11 19:19:04 +02:00
parent fb2eee1edc
commit 024f7093a0

View file

@ -20,6 +20,8 @@ if ! id app >/dev/null 2>&1; then
echo app:x:$OWNER_UID:$OWNER_GID:Linux User,,,:/var/www/html:/bin/ash | tee -a /etc/passwd echo app:x:$OWNER_UID:$OWNER_GID:Linux User,,,:/var/www/html:/bin/ash | tee -a /etc/passwd
fi fi
update-ca-certificates || true
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER; do
echo waiting until $TTRSS_DB_HOST is ready... echo waiting until $TTRSS_DB_HOST is ready...
sleep 3 sleep 3