forked from AkkomaGang/akkoma
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.
This commit is contained in:
parent
2199d15000
commit
b7370ab513
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
# Set the release to work across nodes
|
# Set the release to work across nodes
|
||||||
export RELEASE_DISTRIBUTION=name
|
export RELEASE_DISTRIBUTION="${RELEASE_DISTRIBUTION:-name}"
|
||||||
export RELEASE_NODE=<%= @release.name %>@127.0.0.1
|
export RELEASE_NODE="${RELEASE_NODE:-<%= @release.name %>@127.0.0.1}"
|
||||||
|
|
Loading…
Reference in a new issue