Skip to content

Commit

Permalink
fix: command to External/LB IP (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
misba7 authored Dec 4, 2023
1 parent 81a6f36 commit 563fda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/startflexdemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ -z $GLUU_CI_CD_RUN ]]; then
fi

if [[ -z $EXT_IP ]]; then
EXT_IP=$(dig +short myip.opendns.com @resolver1.opendns.com)
EXT_IP=$(curl ipinfo.io/ip)
fi

sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion automation/startflexmonolithdemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ ! "$GLUU_PERSISTENCE" ]]; then
fi

if [[ -z $EXT_IP ]]; then
EXT_IP=$(dig +short myip.opendns.com @resolver1.opendns.com)
EXT_IP=$(curl ipinfo.io/ip)
fi

if [[ ! "$GLUU_LICENSE_SSA" ]]; then
Expand Down

0 comments on commit 563fda7

Please sign in to comment.