ttrss-container/app/prepare-environment.sh

5 lines
148 B
Bash
Raw Normal View History

2021-01-31 12:05:50 +00:00
#!/bin/sh
grep define config.php-dist | sed -e "s/[ \t]*define('\([A-Z_]\+\)', ['\"]\?\([^'\")]\+\).*/ENV TTRSS_\1=\"\2\"/" \
-e 's/"false"/""/'