ejabberdctl: Document to stop live shell with control+g

pull/112/head
Badlop 3 months ago
parent f81004e1e4
commit 6cafab776a

@ -166,8 +166,8 @@ debugwarning()
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 detach this shell from ejabberd, press:" echo "To exit and detach this shell from ejabberd, press:"
echo " control+c, control+c" 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:"
@ -189,8 +189,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:"

Loading…
Cancel
Save