Skip to content

Commit

Permalink
Fix jetson_config check jetson_clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Mar 28, 2020
1 parent 9b97118 commit 20f1cc2
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 @@ -809,7 +809,7 @@ jetson_clocks()
MENU+=" - [$JE_PERFOMANCE_ENABLED] jetson_performance enable"
# Make GUI
if $INTERACTIVE ; then
if [ "$JC_STATUS" = "True" ] ; then
if [ "$JC_STATUS" = "True" ] && [ "$JE_PERFOMANCE_STATUS" != "active" ] ; then
# Run message script
whiptail --title "$TITLE" --msgbox "$MENU\n\njetson_clocks running without jetson_performance.service!" 14 78 2
# Return to main
Expand Down

0 comments on commit 20f1cc2

Please sign in to comment.