1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 22:04:43 +00:00

Repair the password input of the box lid scene

This commit is contained in:
Tw93
2025-11-25 16:43:41 +08:00
parent f52ed37bf2
commit 54c857be4b
4 changed files with 140 additions and 148 deletions

View File

@@ -529,6 +529,10 @@ start_cleanup() {
# Store parent PID to ensure keepalive exits if parent dies
parent_pid=$$
(
# Initial delay to let sudo cache stabilize after password entry
# This prevents immediately triggering Touch ID again
sleep 2
local retry_count=0
while true; do
# Check if parent process still exists first