mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-11 00:46:02 +00:00
fixing problem with SELF_URL_PATH parameter updates in TT-RSS
This commit is contained in:
@@ -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" config.php
|
||||
|
||||
# Check if single user mode is selected
|
||||
if [ "$TTRSS_SINGLEUSER" = true ]; then
|
||||
|
||||
Reference in New Issue
Block a user