mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
connect to server option
This commit is contained in:
@@ -51,6 +51,14 @@ while true; do
|
||||
read -p "Press Enter to continue..."
|
||||
break
|
||||
;;
|
||||
"Connect to Server")
|
||||
clear
|
||||
echo "Launch Menu"
|
||||
echo "------------------------------------------------------------"
|
||||
tmux a -t ${server_name}
|
||||
read -p "Press Enter to continue..."
|
||||
break
|
||||
;;
|
||||
"Set EULA")
|
||||
current_date=$(date)
|
||||
clear
|
||||
|
||||
Reference in New Issue
Block a user