1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

ejabberdctl: Improve explanation how to stop ejabberd in live mode

This commit is contained in:
Badlop 2025-01-23 13:25:04 +01:00
parent 630301a7ba
commit ab8a39e71f

View file

@ -179,7 +179,9 @@ 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 and detach this shell from ejabberd, press:" echo "To stop ejabberd gracefully:"
echo " ejabberd:stop()."
echo "To quit erlang immediately, press:"
echo " control+g and then q" echo " control+g and then q"
echo "" echo ""
echo "--------------------------------------------------------------------" echo "--------------------------------------------------------------------"