mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-15 02:46:01 +00:00
Fix typo
This commit is contained in:
@@ -106,7 +106,7 @@ setup_ttrss()
|
|||||||
|
|
||||||
# If we've been passed $TTRSS_SELF_URL as an env variable, then use that,
|
# If we've been passed $TTRSS_SELF_URL as an env variable, then use that,
|
||||||
# But if not, use the URL we constructed above
|
# 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.
|
# Construct the final URL TTRSS will use.
|
||||||
TTRSS_SELF_URL=${TTRSS_PROTO}://${TTRSS_URL}${TTRSS_PORT}/
|
TTRSS_SELF_URL=${TTRSS_PROTO}://${TTRSS_URL}${TTRSS_PORT}/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user