mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Fix INTRUDER and add padding to second text line
b41ce8828c (r47461104)
This commit is contained in:
parent
75a4e23996
commit
9525978f26
@ -60,7 +60,7 @@ then
|
||||
return
|
||||
fi
|
||||
|
||||
for num in "${NUMBERS[@]}"
|
||||
for num in ${NUMBERS}
|
||||
do
|
||||
get_random
|
||||
R=$((R % 100))
|
||||
|
Loading…
Reference in New Issue
Block a user