Skip to content

Commit

Permalink
another sane default: the geodb dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 30, 2015
1 parent 29aa69b commit a02e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_geodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DB=GeoLite2-City.mmdb
CUR_MD5=current_geodb.md5

GEODB_DIR=$(readlink -f ${GEODB_DIR-$PWD})
GEODB_DIR=$(readlink -f ${GEODB_DIR-$PWD/geodb})
CUR=$GEODB_DIR
PREV=$GEODB_DIR/prev
GEODB_TMP=$GEODB_DIR/tmpdl
Expand Down

0 comments on commit a02e1ef

Please sign in to comment.