summaryrefslogtreecommitdiff
path: root/crontab.template
diff options
context:
space:
mode:
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