Update setup-ttrss.sh

This commit is contained in:
Gilles FELIX 2021-02-23 21:33:43 +01:00 committed by GitHub
parent 8d6350a4ba
commit d2365335e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ setup_ttrss()
# Patch URL path. # Patch URL path.
echo "putenv('TTRSS_SELF_URL_PATH=$TTRSS_SELF_URL');" >> ${TTRSS_PATH}/config.php echo "putenv('TTRSS_SELF_URL_PATH=$TTRSS_SELF_URL');" >> ${TTRSS_PATH}/config.php
# Check if single user mode is selected # Check if single user mode is selected
if [ "$TTRSS_SINGLEUSER" = true ]; then if [ "$TTRSS_SINGLEUSER" = true ]; then
echo "Single User mode Selected" echo "Single User mode Selected"