Skip to content

Commit

Permalink
debug ertsversion, que fallata con erlang 20
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 12, 2025
1 parent 51f982f commit 83efcc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ejabberdctl.template
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ help()
# dynamic node name helper
uid() {
ERTSVERSION="$("$ERL" -version 2>&1 | sed 's|.*\([0-9][0-9]\).*|\1|g')"
echo "ERTSVERSION: $ERTSVERSION."
if [ $ERTSVERSION -lt 11 ] ; then # otp 23.0 includes erts 11.0
# Erlang/OTP lower than 23, which doesn's support dynamic node code
N=1
Expand Down

0 comments on commit 83efcc9

Please sign in to comment.