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
1 changed files with 7 additions and 7 deletions

View File

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