From eb484b7c98f330c0773f24da0afa7910c575bb51 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 13:57:08 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch.sh b/scratch.sh index c106a77..b458945 100644 --- a/scratch.sh +++ b/scratch.sh @@ -9,5 +9,5 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url" fi # echo -e "$response" -match=$(echo "$response" | grep -q -i "^$suffix:") +match=$(echo -e "$response" | grep -q -i "^$suffix") echo "$match" \ No newline at end of file