Skip to content

Commit

Permalink
[utils/scenario] Fix tuning not being handled
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 14, 2023
1 parent 0da4637 commit 12de47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -f "$SCENARIO_PATH" ]; then
[ -n "${options[$option]}" ] && export PROFILE="${options[$option]}"
;;
rapsberry_pi_tuning)
[ "${options[$option]}" == "yes" ] && TUNING="yes" || TUNING="no"
[ "${options[$option]}" == "true" ] && TUNING="yes" || TUNING="no"
export TUNING
;;
features)
Expand Down

0 comments on commit 12de47c

Please sign in to comment.