ejabberdctl: Document to stop live shell with control+g, following cd421f9

This commit is contained in:
Badlop 2024-01-02 15:55:51 +01:00
parent ad7538f394
commit a1c81955d3
2 changed files with 4 additions and 4 deletions

View File

@ -187,8 +187,8 @@ livewarning()
echo "Please be extremely cautious with your actions," echo "Please be extremely cautious with your actions,"
echo "and exit immediately if you are not completely sure." echo "and exit immediately if you are not completely sure."
echo "" echo ""
echo "To exit this LIVE mode and stop ejabberd, press:" echo "To exit and detach this shell from ejabberd, press:"
echo " q(). and press the Enter key" echo " control+g and then q"
echo "" echo ""
echo "--------------------------------------------------------------------" echo "--------------------------------------------------------------------"
echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:" echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"

View File

@ -175,8 +175,8 @@ livewarning()
echo "Please be extremely cautious with your actions," echo "Please be extremely cautious with your actions,"
echo "and exit immediately if you are not completely sure." echo "and exit immediately if you are not completely sure."
echo "" echo ""
echo "To exit this LIVE mode and stop ejabberd, press:" echo "To exit and detach this shell from ejabberd, press:"
echo " q(). and press the Enter key" echo " control+g and then q"
echo "" echo ""
echo "--------------------------------------------------------------------" echo "--------------------------------------------------------------------"
echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:" echo "To bypass permanently this warning, add to ejabberdctl.cfg the line:"