소스 검색

OTP releases: only set name and distribution type if not set already

Fixes not being able to run two OTP releases on one machine because of
the name conflict.
tags/v1.1.7^2
rinpatch 4 년 전
부모
커밋
b7370ab513
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      rel/env.sh.eex

+ 2
- 2
rel/env.sh.eex 파일 보기

@@ -8,5 +8,5 @@
# fi

# Set the release to work across nodes
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=<%= @release.name %>@127.0.0.1
export RELEASE_DISTRIBUTION="${RELEASE_DISTRIBUTION:-name}"
export RELEASE_NODE="${RELEASE_NODE:-<%= @release.name %>@127.0.0.1}"

불러오는 중...
취소
저장