Update menu.sh

This commit is contained in:
bash
2024-08-12 22:19:50 +02:00
committed by GitHub
parent fa811ae5d6
commit aaee49675e

16
menu.sh
View File

@@ -28,20 +28,6 @@ source ${ROOT_DIR}/script/0_bashrc.sh
echo " "
echo "###########################################################################################"
echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!"
echo "###########################################################################################"
echo " "
echo "## After the above you can use the following commands:"
echo "### menu - Shows menu"
echo "### install - Download the source source-code"
echo "### update - Updates source-code to latest version"
echo "### build - Builds the server based on source-code"
echo "### compile - Compiles the code based on the build server"
echo "### config - Applies the server configration"
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 "###########################################################################################"
source ${ROOT_DIR}/script/menu-print.sh
echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!"
echo "###########################################################################################"