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-04-10 12:43:28 +0000
commitc060ac43ba9e2caa07094c422ff5bb74f1fca3cf (patch)
tree9ba4c4cf4e9b8ffb74401b11655c7bb29456f2e3
parent56b4fc537662d8d42f366b5cb5be0eada79d8d56 (diff)
downloadtrove-setup-c060ac43ba9e2caa07094c422ff5bb74f1fca3cf.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 308a3e7..49675e8 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -80,7 +80,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