From d75872c065b03c3df430b4c66648746f5f7d6de5 Mon Sep 17 00:00:00 2001 From: jerem Date: Mon, 15 Jun 2026 14:19:19 +0200 Subject: [PATCH] Reboot watcher: retrait du debug finger_trace --- kobo/reboot_watcher.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kobo/reboot_watcher.sh b/kobo/reboot_watcher.sh index 38e05af..5cc80d4 100755 --- a/kobo/reboot_watcher.sh +++ b/kobo/reboot_watcher.sh @@ -14,9 +14,7 @@ echo "[watcher] triple-tap reboot actif" >> "$LOG"; sync count=0 last=0 -"$FT" 2>&1 | while read -r line; do - # DEBUG (à retirer après calage) : voir le format réel de finger_trace. - echo "[ft] $line" >> "$LOG" +"$FT" 2>/dev/null | while read -r line; do case "$line" in *UP*|*RELEASE*|*Release*) now=$(date +%s)