aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-12-22 13:17:31 +0100
committerBadlop <badlop@process-one.net>2021-12-23 13:57:02 +0100
commit4deff0513c519c5dcbde196a8752f05062cea25a (patch)
treeab110baf064444a3e1c16770776129e645e54049
parentSCRIPT_DIR is used by relx releases (diff)
Harmless warning, but let's prevent it anyway
-rwxr-xr-xejabberdctl.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index adbaffa62..c80d33da5 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -81,7 +81,7 @@ if [ -n "$INET_DIST_INTERFACE" ] ; then
fi
# if vm.args file exists in config directory, pass it to Erlang VM
[ -f "$VMARGS" ] && ERLANG_OPTS="$ERLANG_OPTS -args_file $VMARGS"
-ERL_LIBS={{libdir}}
+ERL_LIBS='{{libdir}}'
ERL_CRASH_DUMP="$LOGS_DIR"/erl_crash_$(date "+%Y%m%d-%H%M%S").dump
ERL_INETRC="$ETC_DIR"/inetrc