Skip to content

Commit

Permalink
V 2.3.1 - edge-info - remove echo $NORM
Browse files Browse the repository at this point in the history
It just seems to create a bit of mess now.

```
  - Lat/Long:			65.0124,25.4682
  - organization:		AS16086 DNA Oyj
\u001b[0m
```
  • Loading branch information
JanneKiiskila committed Dec 14, 2023
1 parent d3af297 commit 32d2b68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Izuma Edge utilities 2.3.1
1. [edge-info] - remove echo $NORM at beginning of firmware info, it's not coming out right.

## Izuma Edge utilities 2.3.0
1. [edge-testnet] - add support for container registry.
1. [edge-info] - add printout for internal id.
Expand Down
3 changes: 1 addition & 2 deletions edge-info/edge-info
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GREEN="\u001b[32m"
YELLOW="\u001b[33m"
MAGENTA="\u001b[35m"
CYAN="\u001b[36m"
version="2.3.0"
version="2.3.1"
export LogToTerm=1
loglevel=info;

Expand Down Expand Up @@ -368,7 +368,6 @@ firmware(){
local bito
bito=$(getconf LONG_BIT)
kernelV=$(uname -r)
echo "${NORM}"
_placeTitle "Firmware Version Information"
_placeLine " - Pelion Edge Version:" "$currentV"
if [[ -e "${BASE_PATH}/edge-core" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion identity-tools/developer_identity/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.3.0
2.3.1

0 comments on commit 32d2b68

Please sign in to comment.