Skip to content

Commit

Permalink
Merge pull request #18 from MOV-AI/dev
Browse files Browse the repository at this point in the history
Release bugfix
  • Loading branch information
mariana-dias-alves authored Jan 17, 2024
2 parents 011175b + d13fb83 commit 3796fd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions files/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ fi

metrics=""
if [ "$enable_plugin_cpufreq" = "true" ]; then
metrics="cpufreq"
metrics="\"cpufreq\""
fi
if [ "$enable_plugin_thermalthrottle" = "true" ]; then
if [ -n "$metrics" ]; then
metrics="\"$metrics\""
fi
metrics="${metrics},\"thermal\""
fi

Expand Down

0 comments on commit 3796fd9

Please sign in to comment.