24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Allow several ';' passed in commands (#599)

This commit is contained in:
Christophe Romain 2015-06-18 14:59:00 +02:00
parent 36a96ae3f5
commit 4dc23a5d81

View File

@ -405,7 +405,7 @@ ctl()
ctlexec()
{
CONN_NAME=$1; shift
COMMAND=$(echo $@ | sed 's/;/\\;/')
COMMAND=$(echo $@ | sed 's/;/\\;/g')
$EXEC_CMD "$ERL \
$NAME ${CONN_NAME} \
-noinput \