Fix typo
This commit is contained in:
parent
749862d676
commit
cbce939708
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user