From c7be028820df888aa3d88d8ccffe5f13e0645767 Mon Sep 17 00:00:00 2001 From: rempairamore <55212933+rempairamore@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:34:16 +0100 Subject: [PATCH] updating fluxion.sh now you can use TAB for autocomplete when selecting an existing .cap file --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index 3b2cd81..ae0eb25 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -1693,7 +1693,7 @@ fluxion_hash_set_path() { echo -e "$FLUXIONVLine $FLUXIONPathToHandshakeFileReturnTip" echo echo -ne "$FLUXIONAbsolutePathInfo: " - read FluxionHashPath + read -e FluxionHashPath # Back-track when the user leaves the hash path blank. # Notice: Path is cleared if we return, no need to unset.