mirror of https://github.com/dirtbags/moth.git
Fix fresh bug (don't hack when sleepy)
This commit is contained in:
parent
6a0d3c9556
commit
78a97eab96
|
@ -42,7 +42,7 @@ EOF
|
||||||
while true; do
|
while true; do
|
||||||
# Make sure all teams exist
|
# Make sure all teams exist
|
||||||
# XXX: pull this out into another daemon
|
# 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 | \
|
KEY="Too much cheese." /opt/tokens/bin/arc4 | \
|
||||||
while read hash; do
|
while read hash; do
|
||||||
install -o ctf -d $p/$hash
|
install -o ctf -d $p/$hash
|
||||||
|
|
Loading…
Reference in New Issue