Changed default TTRSS_REPO_URL to reflect the new git repo path.
This commit is contained in:
parent
86744f3374
commit
3d93c98ce9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user