mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-15 10:56:00 +00:00
Update setup-ttrss.sh
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user