Skip to content

Commit

Permalink
cpu: Properly skipping set of cpu0 state
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Oct 16, 2024
1 parent 82a053a commit 57a0a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/utils/cpu/cpu_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ cpu_core_ctrl() {

case $selected in
"Back to the main menu") break ;;
" ") ;;
" " | "*system*") ;;
*)
cpu_number=${selected:3:1}
new_status=$((1 - $(<"${cpu_dir}/cpu${cpu_number}/online")))
Expand Down

0 comments on commit 57a0a53

Please sign in to comment.