Add files via upload

This commit is contained in:
Theluga 2023-12-17 05:19:45 +00:00 committed by GitHub
parent 35bc985323
commit 7cad00abc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,13 @@ then
fi
# This was moved down here to not affect performance of setting AB.offset
priority=19 # Priority level , 0 = regular app , 19 = very much background app
# Set the priority of the current script, Thank you Theluga.
renice "$priority" "$$"
touch '/tmp/AB.running'