Skip to content

Commit

Permalink
Grr
Browse files Browse the repository at this point in the history
  • Loading branch information
parisholley committed Sep 14, 2014
1 parent 6f071d7 commit 05e7b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ MAXMIND_KEY=`cat $ENV_DIR/MAXMIND_KEY`
TAR="$CACHE_DIR/isp.tar.gz"
DB="$CACHE_DIR/GeoIP2-ISP.mmdb"

tar
tar --help

exit 1

if [ ! -f $TAR ]; then
echo "-----> Database does not exist in cache, downloading."
Expand Down

0 comments on commit 05e7b2c

Please sign in to comment.