Unverified Commit 33ca948d authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

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

nixos/tt-rss: supply --force-yes to update-schema
parents b988acd0 57dbf4c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {