From b43e110d392178cec9c597b65ce8823f0c275518 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 18 Jun 2025 07:33:59 -0600 Subject: [PATCH] stupid typo --- bd_crack.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bd_crack.sh b/bd_crack.sh index d8934e5..76ce5db 100644 --- a/bd_crack.sh +++ b/bd_crack.sh @@ -23,6 +23,7 @@ fi if [ ${#1} -ne 40 ]; then # check da length of da hashie boi echo "First arguement should be the SHA1 hash, exactly 40 hex characters long. exiting" + exit fi if [ ${#2} -ne 5 ]; then # maek sure da known chars are precisely 5 chars otherwise fail