mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 23:06:34 +08:00
Minor change
This commit is contained in:
parent
cb597c27fb
commit
50ee54c122
@ -93,7 +93,7 @@ abort() {
|
|||||||
trap abort INT TERM
|
trap abort INT TERM
|
||||||
|
|
||||||
Gen_Rand_Str() {
|
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() {
|
default() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user