From aabe322633917ce5e2310d73d8425db2408b6ff6 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Mon, 14 Aug 2017 18:50:02 -0500 Subject: [PATCH] Shortened banner printing delay time. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index d08f2c8..1b0f1cf 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -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