From 78a97eab96d5b09af7539fe78f80353422cc9be4 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 29 Oct 2010 00:11:48 -0600 Subject: [PATCH] Fix fresh bug (don't hack when sleepy) --- packages/tanks/service/tanksd/tanksd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tanks/service/tanksd/tanksd b/packages/tanks/service/tanksd/tanksd index 6c28dec..6dbb29f 100755 --- a/packages/tanks/service/tanksd/tanksd +++ b/packages/tanks/service/tanksd/tanksd @@ -42,7 +42,7 @@ EOF while true; do # Make sure all teams exist # XXX: pull this out into another daemon - wget -q -O - http://10.0.0.2/teams.html | \ + wget -q -O - http://10.0.0.2/teams.txt | \ KEY="Too much cheese." /opt/tokens/bin/arc4 | \ while read hash; do install -o ctf -d $p/$hash