taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b37e13db19abbc469e510b3a8cf35ba4115bd7db
parent cd14b8d26fabade23d13407896ed00afee9e5d03
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 29 Feb 2016 01:27:53 +0100

crontab syntax error

Diffstat:
Mcrontab.template | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crontab.template b/crontab.template @@ -13,4 +13,4 @@ MAILTO=demo@localhost # Update merchant 13 * * * * { cd $HOME/merchant/ && git pull && cd $HOME/deployment && ./build_merchant.sh && ./launch_merchant.sh; } &>/dev/null # Update bank -*/13 * * * * { cd $HOME/bank/ && git pull && cd $HOME/deployment && ./django_wsgi.sh } &>/dev/null +*/13 * * * * { cd $HOME/bank/ && git pull && cd $HOME/deployment && ./django_wsgi.sh; } &>/dev/null