[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] 02/02: update prebuilt
From: |
gnunet |
Subject: |
[taler-taler-mdb] 02/02: update prebuilt |
Date: |
Sun, 04 Aug 2024 21:41:02 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-mdb.
commit a75965e495ad254f32fe105bd27e6706d270d10b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 4 21:40:58 2024 +0200
update prebuilt
---
contrib/showIPoverQR.sh | 4 ++--
doc/Makefile.am | 7 ++++++-
doc/prebuilt | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/contrib/showIPoverQR.sh b/contrib/showIPoverQR.sh
index 16b0747..af90720 100755
--- a/contrib/showIPoverQR.sh
+++ b/contrib/showIPoverQR.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Script for systemd service
+# Script for systemd service
# Wait for network to be up
while true
@@ -13,4 +13,4 @@ IFC=eth0
IP=`ip -4 -f inet a show dev $IFC | grep inet | awk '{print $2}'`
# Show QR code for 45s, then launch taler-mdb
-exec /home/pi/taler-mdb/src/qr-show -d "15 s" "$IP" -c /home/pi/snack.conf --
/home/pi/taler-mdb/src/taler-mdb -c /home/pi/snack.conf -t -L DEBUG
2>/home/pi/taler.log
+exec taler-mdb-qr-show -d "15 s" "$IP" -c /home/pi/snack.conf -- taler-mdb -c
/home/pi/snack.conf -t -L DEBUG 2>/home/pi/taler.log
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f1590f..36c1d7a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,9 @@
SUBDIRS = .
man_MANS = \
- prebuilt/man/taler-mdb.1
+ prebuilt/man/taler-mdb.1 \
+ prebuilt/man/taler-mdb-ads.1 \
+ prebuilt/man/taler-mdb-display.1 \
+ prebuilt/man/taler-mdb-network-check.1 \
+ prebuilt/man/taler-mdb-qr-show.1 \
+ prebuilt/man/taler-mdb-show.1
diff --git a/doc/prebuilt b/doc/prebuilt
index c1a885a..ab2e09b 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit c1a885ac1f9d9b2fdef19a976bed01dab4f7d852
+Subproject commit ab2e09b5a3711ab04f1f77f79158cc006cab3195
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.