gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add logic to enable taler-exch


From: gnunet
Subject: [taler-deployment] branch master updated: add logic to enable taler-exchange-offline timer (#8623)
Date: Sun, 10 Mar 2024 13:15:53 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8ab5136  add logic to enable taler-exchange-offline timer (#8623)
8ab5136 is described below

commit 8ab51364b4344d7a7a36618c634be7b16d9f01d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 10 13:15:49 2024 +0100

    add logic to enable taler-exchange-offline timer (#8623)
---
 regional-currency/setup-exchange.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/regional-currency/setup-exchange.sh 
b/regional-currency/setup-exchange.sh
index de0e4b9..d5c6995 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -223,6 +223,9 @@ if test ${DO_OFFLINE} == y; then
     global-fee now "${CURRENCY}":0 "${CURRENCY}":0 "${CURRENCY}":0 1h 6a 0 \
     upload &>> setup.log
 
+  say "Enabling timer to automate renewals..."
+  systemctl enable --start taler-exchange-offline.timer &>> setup.log
+
   if test ${DO_CONVERSION} == y; then
     say "Conversion account setup (restricted to CH-only)..."
 

-- 
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]