Skip to content

Commit

Permalink
Merge pull request #210 from momirjalili/main
Browse files Browse the repository at this point in the history
removed underline from GEOIPUPDATE variables
  • Loading branch information
oschwald authored Mar 16, 2023
2 parents 77bfd0c + 26a9eef commit f3dc698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ if ! [ -z "$GEOIPUPDATE_DB_DIR" ]; then
fi

if [ ! -z "$GEOIPUPDATE_ACCOUNT_ID_FILE" ]; then
GEOIP_UPDATE_ACCOUNT_ID=$( cat "$GEOIPUPDATE_ACCOUNT_ID_FILE" )
GEOIPUPDATE_ACCOUNT_ID=$( cat "$GEOIPUPDATE_ACCOUNT_ID_FILE" )
fi

if [ ! -z "$GEOIPUPDATE_LICENSE_KEY_FILE" ]; then
GEOIP_UPDATE_LICENSE_KEY=$( cat "$GEOIPUPDATE_LICENSE_KEY_FILE" )
GEOIPUPDATE_LICENSE_KEY=$( cat "$GEOIPUPDATE_LICENSE_KEY_FILE" )
fi

if [ -z "$GEOIPUPDATE_ACCOUNT_ID" ] || [ -z "$GEOIPUPDATE_LICENSE_KEY" ] || [ -z "$GEOIPUPDATE_EDITION_IDS" ]; then
Expand Down

0 comments on commit f3dc698

Please sign in to comment.