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
1 changed files with 1 additions and 1 deletions

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