bank: Copy revbank.products because I can not be bothered to fix this properly now

This commit is contained in:
polyfloyd 2025-04-14 22:47:13 +02:00
parent f5a61a557d
commit 9181a83cdb

View file

@ -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)