summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-12 14:12:23 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-12 14:12:23 +0000
commit077721971151fee335e0ed142fc404223265f442 (patch)
tree99f17f1c02724a3fcbe3254bb61607eaeb97219e
parent8072351c428ce0508868f5733aaad36be13e2b26 (diff)
downloadtrove-setup-077721971151fee335e0ed142fc404223265f442.tar.gz
Remove now-useless crontab for lorry user
-rwxr-xr-xbins/trove-early-setup1
1 files changed, 0 insertions, 1 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index eea068d..5ebb660 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -98,7 +98,6 @@ gitano-configured: /home/git/.gitano-setup
su -c "cd /tmp/lorries; git add README lorry-controller.conf open-source-lorries/README closed-source-lorries/README; git commit -m 'Initial configuration'; git push origin master" - git
su -c "rm -rf /tmp/lorries" - git
su -c "cd /home/lorry/lorry-controller-area/git; git remote update; git checkout master" - lorry
- su -c "echo '*/1 * * * * flock -x -n /home/lorry/lorry-controller-area/lockfile -c lorry-controller --work-area=/home/lorry/lorry-controller-area --log=syslog --log-level=info --html-file=/home/lorry/lc-status.html' | crontab -" - lorry
touch $@
.PHONY: lorry-configured