24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

ejabberdctl: Omit redundant erl option

The "-detached" flag implies "-noinput".
This commit is contained in:
Holger Weiss 2018-01-29 01:16:20 +01:00
parent f31782a252
commit 1b26c8d214

View File

@ -263,7 +263,7 @@ cd "$SPOOL_DIR" || {
case $1 in case $1 in
start) start)
check_start check_start
exec_erl "$ERLANG_NODE" $EJABBERD_OPTS -noinput -detached exec_erl "$ERLANG_NODE" $EJABBERD_OPTS -detached
;; ;;
foreground) foreground)
check_start check_start