fixing problem with SELF_URL_PATH parameter updates in TT-RSS

This commit is contained in:
Pierce, Eric 2020-04-27 17:08:37 -05:00
parent c122a33b05
commit 26df3da1f0

View File

@ -114,7 +114,7 @@ setup_ttrss()
fi fi
# Patch URL path. # Patch URL path.
sed -i -e "s@define('SELF_URL_PATH'.*@define('SELF_URL_PATH', '$TTRSS_SELF_URL');@g" 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 # Check if single user mode is selected
if [ "$TTRSS_SINGLEUSER" = true ]; then if [ "$TTRSS_SINGLEUSER" = true ]; then