Added output for telnet port

This commit is contained in:
Price Hiller 2021-12-27 22:08:11 -06:00
parent 6da15eb4bf
commit 14de859cea

View File

@ -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"