Update menu.sh

This commit is contained in:
bash
2024-08-12 21:56:30 +02:00
committed by GitHub
parent e669f6b278
commit 679a1eff8d

View File

@@ -28,8 +28,9 @@ export DATAPATH="${ROOT_DIR}/_server/azerothcore/env/dist/bin"
source ${ROOT_DIR}/script/0_bashrc.sh
echo " "
echo "###########################################################################################"
echo "## After the first install or changes either reboot or TYPE 'source ~/.bashrc' !!!!!!!!"
echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!"
echo "###########################################################################################"
echo " "
echo "## After the above you can use the following commands:"
echo "### install - Download the source source-code"
echo "### update - Updates source-code to latest version"
@@ -40,4 +41,7 @@ echo "### start - starts auth and world in tmux sessions server"
echo "### stop - stops all sessions"
echo "### wow - logon world-server (tmux) session"
echo "### auth - logon auth-server (tmux) session"
echo " "
echo "###########################################################################################"
echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!"
echo "###########################################################################################"