mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 14:56:36 +08:00
Minor change
This commit is contained in:
parent
cb597c27fb
commit
50ee54c122
@ -93,7 +93,7 @@ abort() {
|
||||
trap abort INT TERM
|
||||
|
||||
Gen_Rand_Str() {
|
||||
tr -dc 'a-z' </dev/urandom | fold -w "$1" | head -n 1
|
||||
tr -dc '[:lower:]' </dev/urandom | fold -w "$1" | head -n 1
|
||||
}
|
||||
|
||||
default() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user