From 461d7fdc38bf71396d5380f948652d5d4449c28f Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:19:00 +0200 Subject: [PATCH] Update 6_server-start.sh --- script/6_server-start.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/script/6_server-start.sh b/script/6_server-start.sh index efefe3e..bd998b8 100755 --- a/script/6_server-start.sh +++ b/script/6_server-start.sh @@ -55,16 +55,4 @@ else fi 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 "###########################################################################################" +source ${ROOT_DIR}/script/menu-print.sh