summaryrefslogtreecommitdiff
path: root/crontab.template
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 01:27:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 01:27:53 +0100
commitb37e13db19abbc469e510b3a8cf35ba4115bd7db (patch)
tree191f24e37f760687b374b94a01c78a62a335bed4 /crontab.template
parentcd14b8d26fabade23d13407896ed00afee9e5d03 (diff)
downloaddeployment-b37e13db19abbc469e510b3a8cf35ba4115bd7db.tar.gz
deployment-b37e13db19abbc469e510b3a8cf35ba4115bd7db.tar.bz2
deployment-b37e13db19abbc469e510b3a8cf35ba4115bd7db.zip
crontab syntax error
Diffstat (limited to 'crontab.template')
-rw-r--r--crontab.template2
1 files changed, 1 insertions, 1 deletions
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