Add files via upload
This commit is contained in:
parent
35bc985323
commit
7cad00abc2
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue