mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Closes: #1303. Test: Reproduce the problem with debconf-set-selections. Install tt-rss. run debconf-set apt install tt-rss echo 'tt-rss tt-rss/database-type string pgsql' | debconf-set-selections apt purge tt-rss echo 'tt-rss tt-rss/database-type string pgsql' | debconf-set-selections error: Cannot find a question for tt-rss/database-type Then run try to install ttrss without patch and observe that it fails. Apply the patch and see that ttrss is installed properly. Observe that database configured in /etc/ttrss/database.php is 'pgsql'. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>