From d69f89c6ce54ae64a59f61094492e2998578840a Mon Sep 17 00:00:00 2001 From: Tomas Vanagas Date: Tue, 18 Jul 2017 20:04:57 +0000 Subject: [PATCH] Path autocomplete Enabled path autocomplete when asked for handshake location --- fluxion.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fluxion.sh b/fluxion.sh index b719ed8..b369b3b 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -948,10 +948,9 @@ function handshakelocation { echo -e "handshake location (Example: $red$WORK_DIR.cap$transparent)" echo -e "Press ${yellow}ENTER$transparent to skip" echo - echo -ne "Path: " if [ "$FLUX_AUTO" = "0" ];then - read handshakeloc + read -e -p "Path: " handshakeloc fi fi