[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] branch master updated: fix
From: |
gnunet |
Subject: |
[taler-taler-mdb] branch master updated: fix |
Date: |
Tue, 23 Jan 2024 10:24:23 +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 dd342d0 fix
dd342d0 is described below
commit dd342d00b3023aa96af50345d57d9aeaee79a662
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jan 23 10:16:07 2024 +0100
fix
---
contrib/taler-mdb-ads.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/taler-mdb-ads.sh b/contrib/taler-mdb-ads.sh
index 0f1f5d6..a0f6363 100755
--- a/contrib/taler-mdb-ads.sh
+++ b/contrib/taler-mdb-ads.sh
@@ -39,7 +39,7 @@ DATA_HOME=$(taler-config -c "$CONF" -s paths -o DATADIR -f)
while true
do
- HOUR=$(date +%H | sed -e "/^0//")
+ HOUR=$(date +%H | sed -e "s/^0//")
if [[ HOUR -ge 8 && HOUR -lt 22 ]]
then
taler-mdb-display -c "$CONF"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.