mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-12 17:36:02 +00:00
setup-ttrss.sh: Fixed TRSS_PORT tweaking if not set.
This commit is contained in:
@@ -65,7 +65,7 @@ setup_ttrss()
|
||||
fi
|
||||
|
||||
# Tweak TTRSS_PORT, if defined.
|
||||
if [ -n ${TTRSS_PORT} ]; then
|
||||
if [ -n "$TTRSS_PORT" ]; then
|
||||
TTRSS_PORT=:${TTRSS_PORT}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user