From 4a52df157a24c107158d5645e3ddea7b7e0c3473 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Tue, 9 Jan 2024 21:36:22 +0100 Subject: [PATCH] Bring back FBI on hobbes. Apparently the final clean-up in #296 took one of the important lines. --- templates/hobbes/kiosk.sh.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/hobbes/kiosk.sh.j2 b/templates/hobbes/kiosk.sh.j2 index 5d31810..1a5d583 100644 --- a/templates/hobbes/kiosk.sh.j2 +++ b/templates/hobbes/kiosk.sh.j2 @@ -38,6 +38,9 @@ do # As the process forks itself, we do not get a reliable PID and killall is needed killall fbi + # Display the image + fbi -T 1 -noverbose -a /tmp/grafana.png & + # Wait to avoid a race condition between # fbi starting and mosquitto truncating the file sleep 1