Merge pull request #259604 from sefidel/tt-rss-force-update-schema

nixos/tt-rss: supply --force-yes to update-schema
This commit is contained in:
ajs124 2024-02-07 17:39:03 +01:00 committed by GitHub
commit 33ca948d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -605,7 +605,7 @@ let
description = "Tiny Tiny RSS feeds update daemon";
preStart = ''
${pkgs.php81}/bin/php ${cfg.root}/www/update.php --update-schema
${pkgs.php81}/bin/php ${cfg.root}/www/update.php --update-schema --force-yes
'';
serviceConfig = {