From a1c81955d381c6a92e1e122e1bfb14842ff8d04f Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 2 Jan 2024 15:55:51 +0100 Subject: [PATCH] ejabberdctl: Document to stop live shell with control+g, following cd421f9 --- .github/container/ejabberdctl.template | 4 ++-- ejabberdctl.template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/container/ejabberdctl.template b/.github/container/ejabberdctl.template index 1a8df3e12..9afc96a81 100755 --- a/.github/container/ejabberdctl.template +++ b/.github/container/ejabberdctl.template @@ -187,8 +187,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:" diff --git a/ejabberdctl.template b/ejabberdctl.template index 8b3d90fc5..470b4b263 100755 --- a/ejabberdctl.template +++ b/ejabberdctl.template @@ -175,8 +175,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:"