25
1
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:
Badlop 2021-03-08 18:50:13 +01:00
parent 75a4e23996
commit 9525978f26

View File

@ -60,7 +60,7 @@ then
return
fi
for num in "${NUMBERS[@]}"
for num in ${NUMBERS}
do
get_random
R=$((R % 100))