Skip to content

Commit

Permalink
Fix JETSON_MODEL on jetson_config
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 5, 2023
1 parent 3c21493 commit 752934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jetson_config
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ main()
# Evaluate the size
local MENU_LIST_LEN
let MENU_LIST_LEN=${#MENU_LIST[@]}/2
local MENU_TEXT="$JETSON_MACHINE\n"
local MENU_TEXT="$JETSON_MODEL\n"
MENU_TEXT+="$(jtop -v 2>&1)"
# Make jetson_stats menu
local OUTPUT
Expand Down

0 comments on commit 752934f

Please sign in to comment.