From 6cafab776a079f34181b59f9d58ada0c9fd03c1e Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 28 Feb 2024 13:13:58 +0100 Subject: [PATCH] ejabberdctl: Document to stop live shell with control+g --- ecs/bin/ejabberdctl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecs/bin/ejabberdctl b/ecs/bin/ejabberdctl index ca838c4..338bcb0 100755 --- a/ecs/bin/ejabberdctl +++ b/ecs/bin/ejabberdctl @@ -166,8 +166,8 @@ debugwarning() echo "Please be extremely cautious with your actions," echo "and exit immediately if you are not completely sure." echo "" - echo "To detach this shell from ejabberd, press:" - echo " control+c, control+c" + echo "To exit and detach this shell from ejabberd, press:" + echo " control+g and then q" echo "" echo "--------------------------------------------------------------------" echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:" @@ -189,8 +189,8 @@ livewarning() echo "Please be extremely cautious with your actions," echo "and exit immediately if you are not completely sure." echo "" - echo "To exit this LIVE mode and stop ejabberd, press:" - echo " q(). and press the Enter key" + echo "To exit and detach this shell from ejabberd, press:" + echo " control+g and then q" echo "" echo "--------------------------------------------------------------------" echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"