mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 21:09:52 +02:00
silence getenv-based config check
This commit is contained in:
parent
99323f8665
commit
5e55651312
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ if [ ! -s $DST_DIR/config.php ]; then
|
|||
define('NGINX_XACCEL_PREFIX', '/tt-rss');
|
||||
EOF
|
||||
else
|
||||
egrep 'SELF_URL_PATH.*getenv' $DST_DIR/config.php || \
|
||||
egrep -q 'SELF_URL_PATH.*getenv' $DST_DIR/config.php || \
|
||||
echo -e "\nWARNING: you're using old-style config.php, overrides via .env will not work.\n" >/dev/stderr
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue