mirror of https://github.com/dirtbags/moth.git
Fix fresh bug (don't hack when sleepy)
This commit is contained in:
parent
991d80bd86
commit
58b4d081ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue