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