Skip to content

Commit

Permalink
fixes fast-tm script
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed Feb 10, 2024
1 parent 019ed6f commit f8c6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fast-tm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

function checkStatus(){
[[ $(sysctl -n debug.lowpri_throttle_enabled) == "$1" ]] || exit 0
! [[ $(sysctl -n debug.lowpri_throttle_enabled) == "$1" ]] || exit 0
}

function sudoInfo(){
Expand Down

0 comments on commit f8c6310

Please sign in to comment.