From 59c08b0121f0a121f29784880bb8cc9a8f64c7e0 Mon Sep 17 00:00:00 2001 From: Phu Lien Date: Wed, 4 Dec 2024 13:33:15 +0700 Subject: [PATCH] Fix start script for Erlang/OTP 27 In Erlang/OTP 27, it is required to set the flag -code_path_choice to relaxed in order to load code from archive files. --- start | 1 + 1 file changed, 1 insertion(+) diff --git a/start b/start index f2522d2e..ab7cf2a9 100755 --- a/start +++ b/start @@ -29,6 +29,7 @@ cd "$EDTS_HOME" test -f $EDTS || ./edts-escript release edts-release.config exec $EDTS \ + -code_path_choice relaxed \ -edts project_data_dir "\"$PROJ_DIR\"" \ -edts plugin_dir "\"$APP_DIR\"" \ -sname edts-server