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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user