Changed default TTRSS_REPO_URL to reflect the new git repo path.

This commit is contained in:
jiinx 2022-09-25 10:39:53 +02:00
parent 86744f3374
commit 3d93c98ce9

View File

@ -44,7 +44,7 @@ setup_nginx()
setup_ttrss() setup_ttrss()
{ {
if [ -z "$TTRSS_REPO_URL" ]; then if [ -z "$TTRSS_REPO_URL" ]; then
TTRSS_REPO_URL=https://git.tt-rss.org/git/tt-rss.git TTRSS_REPO_URL=https://git.tt-rss.org/fox/tt-rss.git/
fi fi
if [ -z "$TTRSS_PATH" ]; then if [ -z "$TTRSS_PATH" ]; then