From fa811ae5d68e314a9978cab5d6b8646327c60d30 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:19:20 +0200 Subject: [PATCH] Update menu-print.sh --- script/menu-print.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/menu-print.sh b/script/menu-print.sh index 40893a2..afbe1f9 100644 --- a/script/menu-print.sh +++ b/script/menu-print.sh @@ -1,5 +1,6 @@ #!/bin/bash +echo "###########################################################################################" echo "### menu - Shows menu" echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" @@ -10,3 +11,4 @@ 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 "###########################################################################################"