meatballs i wanted meatballs god damn it

This commit is contained in:
2026-05-23 13:57:08 -06:00
parent 07398c73f6
commit eb484b7c98
+1 -1
View File
@@ -9,5 +9,5 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url"
fi fi
# echo -e "$response" # echo -e "$response"
match=$(echo "$response" | grep -q -i "^$suffix:") match=$(echo -e "$response" | grep -q -i "^$suffix")
echo "$match" echo "$match"