mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-14 16:46:55 +02:00
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
|
|
grep define config.php-dist | sed -e "s/[ \t]*define('\([A-Z_]\+\)', ['\"]\?\([^'\")]\+\).*/ENV TTRSS_\1=\"\2\"/" \
|
|
-e 's/"false"/""/'
|