mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-20 21:11:00 +02:00
Add update-ca-certificates to updater.sh
This commit is contained in:
parent
20843a9d15
commit
1cd05e5b61
@ -18,6 +18,8 @@ if ! id app; then
|
|||||||
adduser -D -h $APP_INSTALL_BASE_DIR -G app -u $OWNER_UID app
|
adduser -D -h $APP_INSTALL_BASE_DIR -G app -u $OWNER_UID app
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update-ca-certificates || true
|
||||||
|
|
||||||
# TODO this should do a reasonable amount of attempts and terminate with an error
|
# 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
|
while ! pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER -p $TTRSS_DB_PORT; do
|
||||||
echo waiting until $TTRSS_DB_HOST is ready...
|
echo waiting until $TTRSS_DB_HOST is ready...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user