From f8c63108abe06c7a8c768293eb7f2d253f00636f Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Sat, 10 Feb 2024 17:19:49 +0100 Subject: [PATCH] fixes fast-tm script --- bin/fast-tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fast-tm b/bin/fast-tm index 76dc63d..117bc87 100755 --- a/bin/fast-tm +++ b/bin/fast-tm @@ -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(){