diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index e0548a1..ad2e378 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -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