mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
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:
commit
33ca948d6a
@ -605,7 +605,7 @@ let
|
|||||||
description = "Tiny Tiny RSS feeds update daemon";
|
description = "Tiny Tiny RSS feeds update daemon";
|
||||||
|
|
||||||
preStart = ''
|
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 = {
|
serviceConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user