updating fluxion.sh
now you can use TAB for autocomplete when selecting an existing .cap file
This commit is contained in:
parent
09a17a6571
commit
c7be028820
|
@ -1693,7 +1693,7 @@ fluxion_hash_set_path() {
|
||||||
echo -e "$FLUXIONVLine $FLUXIONPathToHandshakeFileReturnTip"
|
echo -e "$FLUXIONVLine $FLUXIONPathToHandshakeFileReturnTip"
|
||||||
echo
|
echo
|
||||||
echo -ne "$FLUXIONAbsolutePathInfo: "
|
echo -ne "$FLUXIONAbsolutePathInfo: "
|
||||||
read FluxionHashPath
|
read -e FluxionHashPath
|
||||||
|
|
||||||
# Back-track when the user leaves the hash path blank.
|
# Back-track when the user leaves the hash path blank.
|
||||||
# Notice: Path is cleared if we return, no need to unset.
|
# Notice: Path is cleared if we return, no need to unset.
|
||||||
|
|
Loading…
Reference in New Issue