1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-13 01:46:00 +00:00
This commit is contained in:
David Young
2017-07-21 23:44:37 +12:00
parent 749862d676
commit cbce939708

View File

@@ -106,7 +106,7 @@ setup_ttrss()
# If we've been passed $TTRSS_SELF_URL as an env variable, then use that,
# But if not, use the URL we constructed above
if [ -z "$TTRSS_SELF_URL ]; then
if [ -z "$TTRSS_SELF_URL" ]; then
# Construct the final URL TTRSS will use.
TTRSS_SELF_URL=${TTRSS_PROTO}://${TTRSS_URL}${TTRSS_PORT}/
fi