Shortened banner printing delay time.

This commit is contained in:
Matias Barcenas 2017-08-14 18:50:02 -05:00
parent bed09e813f
commit aabe322633
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ if [ ! $FLUXIONDebug ]; then
clear; echo -e "$CRed"
for line in "${FLUXIONBanner[@]}"; do
echo "$line"; sleep 0.1
echo "$line"; sleep 0.05
done
#echo "${FLUXIONBanner[@]}"
echo