From e747e098a712620c2ab96b2298210c77dd15569c Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Wed, 5 Nov 2025 15:58:06 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cbdc3ee..84e7421 100644 --- a/build.sh +++ b/build.sh @@ -57,7 +57,7 @@ validate_password() { local encoded_reversed_input=$(echo -n "$reversed_input" | base64) encoded_reversed_input=$(echo -n "$encoded_reversed_input" | tr -d '\n') - if [ "$encoded_reversed_input" = "$ENCODED_REVERSED_PASSWORD" ]; then + if [ "$encoded_reversed_input" = "$PASSWORD" ]; then echo "" echo -e "${BOLD}${GREEN}✅ 身份验证成功!正在加载系统...${RESET}" echo -e "${BOLD}${MAGENTA}════════════════════════════════════════════════════════════════${RESET}"