gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: clean up fbi


From: gnunet
Subject: [taler-taler-mdb] branch master updated: clean up fbi
Date: Sun, 14 Jan 2024 17:53:04 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new ae3ca08  clean up fbi
ae3ca08 is described below

commit ae3ca08cf1e733225edf8fc1c4ef9ad01a6a4d3c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 17:53:00 2024 +0100

    clean up fbi
---
 contrib/taler-mdb-ads.sh  | 3 ++-
 contrib/taler-mdb-show.sh | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/taler-mdb-ads.sh b/contrib/taler-mdb-ads.sh
index d98edb2..db83b51 100755
--- a/contrib/taler-mdb-ads.sh
+++ b/contrib/taler-mdb-ads.sh
@@ -45,8 +45,9 @@ do
         for AD in $(ls "${DATA_HOME}"/ads/* | shuf)
         do
             DELAY=$(echo "$AD" | awk -F'[-.]' '{print $(NF-1)}')
-            timeout "$DELAY" fbi -d "$FBDEV" -a -m "768x576-75" -vt 2 
-nocomments -noverbose "$AD"
+            fbi -d "$FBDEV" -a -m "768x576-75" -vt 2 -nocomments -noverbose 
"$AD"
             sleep "$DELAY"
+           killall fbi
         done
         taler-mdb-display -c "$CONF" -i
     else
diff --git a/contrib/taler-mdb-show.sh b/contrib/taler-mdb-show.sh
index f84530a..f802434 100755
--- a/contrib/taler-mdb-show.sh
+++ b/contrib/taler-mdb-show.sh
@@ -4,6 +4,7 @@ set -eu
 
 function cleanup()
 {
+    killall fbi
     taler-mdb-display -c "$CONF" -i
     exit 0
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]