Skip to content

Commit

Permalink
Fixed frontrow url to new url (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: anmol <anmol@rapidfort.com>
Co-authored-by: anmol <anmol@rapidfort.com>
  • Loading branch information
AnmolVirdi and Anmol-RapidFort authored Dec 4, 2023
1 parent 6b46b16 commit 89707e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 || exit ; pwd -P )"
# shellcheck disable=SC1091
. "${SCRIPTPATH}"/../community_images/common/scripts/bash_helper.sh

RF_PLATFORM_HOST=${RF_PLATFORM_HOST:-frontrow.rapidfort.io}
RF_PLATFORM_HOST=${RF_PLATFORM_HOST:-us01.rapidfort.com}

if [[ "${EPH_SETUP}" = "no" ]]; then
# Install rf
Expand Down

0 comments on commit 89707e6

Please sign in to comment.