Skip to content

Commit

Permalink
[BF] Use city and country as provided by user - fixes #300
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Mar 23, 2017
1 parent 82c7384 commit 24b5fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/installers/ubuntu-lts-1604-ixp-manager-v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ DB_PASSWORD="${MYSQL_IXPM_PW}"
# This has grown organically and we intend to clean this up in a coming release and
# documenting where and how each one is spceifically used.
IDENTITY_LEGALNAME="${IXPNAME}"
IDENTITY_CITY"Dublin"
IDENTITY_COUNTRY"Ireland"
IDENTITY_CITY="${IXPCITY}"
IDENTITY_COUNTRY="${IXPCOUNTRY}"
IDENTITY_ORGNAME="\${IDENTITY_LEGALNAME}"
IDENTITY_NAME="\${IDENTITY_LEGALNAME}"
IDENTITY_EMAIL="${IXPNOCEMAIL}"
Expand Down

0 comments on commit 24b5fb0

Please sign in to comment.