fixed typo

This commit is contained in:
steel99xl 2023-12-17 10:36:09 -05:00 committed by GitHub
parent 1cd755cab8
commit ffeec117ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ fi
priority=19 # Priority level , 0 = regular app , 19 = very much background app priority=19 # Priority level , 0 = regular app , 19 = very much background app
# Set the priority of the current script, Thank you Theluga. # Set the priority of the current script, Thank you Theluga.
renice "$cpu_limit" "$$" renice "$priority" "$$"