bank: Changes required for RevBank 10.0
This commit is contained in:
parent
0a7dfab99f
commit
eb0a724309
2 changed files with 7 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue