Skip to content

Commit

Permalink
fix: command to External/LB IP (#6915)
Browse files Browse the repository at this point in the history
Signed-off-by: Amro Misbah <amromisba7@gmail.com>
  • Loading branch information
misba7 committed Dec 5, 2023
1 parent f7e174d commit 6d77c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/startjanssendemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ -z $JANS_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

wait_for_services() {
Expand Down
2 changes: 1 addition & 1 deletion automation/startjanssenmonolithdemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ ! "$JANS_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

wait_for_services() {
Expand Down

0 comments on commit 6d77c30

Please sign in to comment.