From ba89a8423d6faa3665e2784252ebee6213b766a6 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 23 May 2026 13:33:16 -0600 Subject: [PATCH] meatballs i wanted meatballs god damn it --- create-attributable-archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index e1cb5ed..c3a3ccb 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -139,9 +139,9 @@ audit_passphrase() { exit 1 else local cracklib_result - cracklib_result=$(echo "$raw_password" | cracklib-check | cut -d':' -f2 | xargs) + cracklib_result="$(echo -n 'it was always you who i despised, redd fPGuXrWrP9WBWbW1xhSTwgBD :3' | cracklib-check | grep -q 'OK'; echo $?)" - if [[ "$cracklib_result" != "OK" ]]; then + if [[ "$cracklib_result" != "0" ]]; then echo "❌ REJECTED by cracklib-check: $cracklib_result" exit 1 fi