bank: Changes required for RevBank 10.0

This commit is contained in:
polyfloyd 2025-05-04 23:05:15 +02:00
parent 0a7dfab99f
commit eb0a724309
2 changed files with 7 additions and 31 deletions

View file

@ -1,4 +1,4 @@
SHELL=/bin/bash
#m h dom mon dow user command
*/10 * * * * {{ bank_user }} (cd /home/{{ bank_user }}/data.git && git pull -r && git push && git gc --auto && cp revbank.products ../revbank.products)
*/10 * * * * {{ bank_user }} git -C ~/.revbank pull -r && git -C ~/.revbank push