Officially Authorized by Neale Himself(tm)
This commit is contained in:
J. Patrick Avery, Jr 2017-02-05 17:26:50 -07:00
parent 9833f8f22b
commit 78a0fa1f1b
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ setup() {
hd </dev/urandom | awk '{print $3 $4 $5 $6;}' | head -n 100 > $DESTDIR/assigned.txt
fi
mkdir -p $DESTDIR/www
ln -sf ../state/points.json $DESTDIR/www
ln -sf ../state/puzzles.json $DESTDIR/www
}