From d2365335e1505ee3fc539603b739bdb390c9e593 Mon Sep 17 00:00:00 2001 From: Gilles FELIX Date: Tue, 23 Feb 2021 21:33:43 +0100 Subject: [PATCH] Update setup-ttrss.sh --- root/srv/setup-ttrss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/srv/setup-ttrss.sh b/root/srv/setup-ttrss.sh index d53e23d..e98a144 100755 --- a/root/srv/setup-ttrss.sh +++ b/root/srv/setup-ttrss.sh @@ -115,7 +115,7 @@ setup_ttrss() # Patch URL path. echo "putenv('TTRSS_SELF_URL_PATH=$TTRSS_SELF_URL');" >> ${TTRSS_PATH}/config.php - + # Check if single user mode is selected if [ "$TTRSS_SINGLEUSER" = true ]; then echo "Single User mode Selected"