bank: Copy revbank.products because I can not be bothered to fix this properly now
This commit is contained in:
parent
f5a61a557d
commit
9181a83cdb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue