sysinfo: (cosmetic) make 'Version' field a JIRA table header

Add missing | char to make 'version' field in JIRA table a
header.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2017-01-23 16:12:22 +01:00
parent 98808b5938
commit 02a0b4ab0b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
# sysinfo
#
# Copyright (C) 2016 by Digi International Inc.
# Copyright (C) 2016,2017 by Digi International Inc.
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
@ -263,7 +263,7 @@ printf "\n\n"
echo "-------------------------------------"
echo ""
echo "||*Component*|*Version*"
echo "||*Component*||*Version*"
echo "|| DUT | SN-${BOARD_SN}, ${MACHINE} ${BOARD_VARIANT} SBCv${BOARD_VERSION} board_ID=${BOARD_ID}."
echo "|| U-Boot | ${UBOOT_VERSION}"
echo "|| Firmware | ${DISTRO}-${DEY_VERSION}-$(cat /etc/version)"