From 9181a83cdba2000983333d20b70cadeca77b891a Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Mon, 14 Apr 2025 22:47:13 +0200 Subject: [PATCH] bank: Copy revbank.products because I can not be bothered to fix this properly now --- roles/bank/templates/git.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bank/templates/git.cron b/roles/bank/templates/git.cron index fa09df8..b703657 100644 --- a/roles/bank/templates/git.cron +++ b/roles/bank/templates/git.cron @@ -1,4 +1,4 @@ SHELL=/bin/bash #m h dom mon dow user command - 0 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto) + 0 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto && cp revbank.products ../revbank.products)