From ffeec117ea4eee2c43690766447c7b02995ecac1 Mon Sep 17 00:00:00 2001 From: steel99xl Date: Sun, 17 Dec 2023 10:36:09 -0500 Subject: [PATCH] fixed typo --- AutomaticBrightness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomaticBrightness.sh b/AutomaticBrightness.sh index a407b2c..a716c8f 100644 --- a/AutomaticBrightness.sh +++ b/AutomaticBrightness.sh @@ -66,7 +66,7 @@ fi priority=19 # Priority level , 0 = regular app , 19 = very much background app # Set the priority of the current script, Thank you Theluga. -renice "$cpu_limit" "$$" +renice "$priority" "$$"