Skip to content

Commit

Permalink
RING-47285 - Instantiate MITHRIL_HOME if not already set by environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Aug 8, 2024
1 parent f75a2f9 commit ab34c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cnode-helper-scripts/guild-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ set_defaults() {
[[ "${SUDO}" = 'Y' ]] && sudo="sudo" || sudo=""
[[ "${SUDO}" = 'Y' && $(id -u) -eq 0 ]] && err_exit "Please run as non-root user."
[[ -z "${CARDANO_NODE_VERSION}" ]] && CARDANO_NODE_VERSION="$(curl -sfk "https://raw.githubusercontent.com/${G_ACCOUNT}/guild-operators/${BRANCH}/files/docker/node/release-versions/cardano-node-latest.txt")"
[[ -z ${MITHRIL_HOME} ]] && MITHRIL_HOME="${CNODE_HOME}/mithril"
CNODE_HOME="${CNODE_PATH}/${CNODE_NAME}"
CNODE_VNAME=$(echo "$CNODE_NAME" | awk '{print toupper($0)}')
REPO="https://github.com/${G_ACCOUNT}/guild-operators"
Expand Down

0 comments on commit ab34c90

Please sign in to comment.