taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 8ab51364b4344d7a7a36618c634be7b16d9f01d0
parent 0af08d7d0888741f4b8d8e0faec577a5ee3e05a5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 10 Mar 2024 13:15:49 +0100

add logic to enable taler-exchange-offline timer (#8623)

Diffstat:
Mregional-currency/setup-exchange.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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)..."