Merge pull request #41 from eric-pierce/master

Resolve issue with SELF_URL_PATH not populating
This commit is contained in:
x86dev 2020-05-04 21:03:03 +02:00 committed by GitHub
commit af707eedf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ setup_ttrss()
fi
# Patch URL path.
sed -i -e 's@htt.*/@'"${TTRSS_SELF_URL}"'@g' ${TTRSS_PATH}/config.php
sed -i -e "s@define('SELF_URL_PATH'.*@define('SELF_URL_PATH', '$TTRSS_SELF_URL');@g" ${TTRSS_PATH}/config.php
# Check if single user mode is selected
if [ "$TTRSS_SINGLEUSER" = true ]; then