ejabberdctl: Let shellcheck ignore unused ERTS_VSN

The ERTS_VSN variable is only used for releases built with Rebar 3.
This commit is contained in:
Holger Weiss 2021-12-23 14:46:53 +01:00
parent 94a733c666
commit 5ff45e0f00
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ERLANG_NODE=ejabberd@localhost
# define default environment variables
[ -z "$SCRIPT" ] && SCRIPT=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT")" && pwd -P)"
# shellcheck disable=SC2034
ERTS_VSN="{{erts_vsn}}"
ERL="{{erl}}"
IEX="{{bindir}}/iex"