From 14de859cea4de5805cfaf639640f4e510d4ec549 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 27 Dec 2021 22:08:11 -0600 Subject: [PATCH] Added output for telnet port --- Scripts/7D2D-Manage.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index c40d40f..c0136c0 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -281,7 +281,7 @@ start_server() { log "warning" "$(important "xmllint") not installed or not in PATH, skipping lint check" fi - log "info" "Starting $(important "${server_name}") located at $(important "${server_directory}") on port $(important "${server_port}")" + log "info" "Starting $(important "${server_name}") located at $(important "${server_directory}") on game port $(important "${server_port}") and telnet port $(important "${telnet_port}")" if tmux has-session -t "${server_session_name}" >/dev/null 2>&1; then log "warning" "$(important "${server_name}") is currently running"