From b37e13db19abbc469e510b3a8cf35ba4115bd7db Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Feb 2016 01:27:53 +0100 Subject: crontab syntax error --- crontab.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab.template') diff --git a/crontab.template b/crontab.template index 620b1ac..5c05cd9 100644 --- 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 -- cgit v1.2.3