diff --git a/src/app/startup.sh b/src/app/startup.sh index a76a993..e3fe0f0 100755 --- a/src/app/startup.sh +++ b/src/app/startup.sh @@ -14,6 +14,8 @@ if ! id app >/dev/null 2>&1; then adduser -D -h /var/www/html -G app -u $OWNER_UID app fi +update-ca-certificates || true + DST_DIR=/var/www/html/tt-rss SRC_DIR=/src/tt-rss/