From 0fc7c40e168216532acc5e273a3220b489529d4e Mon Sep 17 00:00:00 2001 From: SirCryptic <48811414+SirCryptic@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:21:28 +0000 Subject: [PATCH] Update phisherprice.sh --- phisherprice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phisherprice.sh b/phisherprice.sh index 16fe141..a3b6826 100644 --- a/phisherprice.sh +++ b/phisherprice.sh @@ -159,7 +159,7 @@ else echo -e "$response" echo -e "\nDo you want to save the information to a file? (y/n)" - read -p saveToFile + read -e saveToFile if [[ $saveToFile == "y" ]]; then echo -e "$response" > "$domain.txt" echo "Information saved to file: $domain.txt"