Skip to content

Commit

Permalink
starting age support
Browse files Browse the repository at this point in the history
parisholley committed Sep 14, 2014
1 parent 5e1d693 commit c4dfa78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
@@ -24,6 +24,10 @@ MAXMIND_KEY=`cat $ENV_DIR/MAXMIND_KEY`

TAR="$CACHE_DIR/isp.tar.gz"
DB="$CACHE_DIR/GeoIP2-ISP.mmdb"
LAST="$CACHE_DIR/lastdb"

touch --help
exit 1

if [ ! -f $DB ]; then
if [ ! -f $TAR ]; then

0 comments on commit c4dfa78

Please sign in to comment.