hhh
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ if ! response=$(curl -s -H "User-Agent: Bash-Passphrase-Audit-Script" "$api_url"
|
||||
fi
|
||||
|
||||
if $(echo -e "$response" | grep -q -i "^$suffix"); then
|
||||
echo "match!"
|
||||
exit 1
|
||||
else
|
||||
echo "no match"
|
||||
echo -e "no match"
|
||||
fi
|
||||
Reference in New Issue
Block a user