commit 96fe2804efed8c9abbf603a64638f0fb1590c5be
parent 9bf963dad67b77e1f19c70a5352d2a2f265a683f
Author: Florian Dold <florian@dold.me>
Date: Wed, 11 Feb 2026 09:42:09 +0100
also enable timer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/regional-currency/upgrade.sh b/regional-currency/upgrade.sh
@@ -48,6 +48,7 @@ systemctl enable --now taler-exchange.target &>> upgrade.log
systemctl enable --now taler-merchant.target &>> upgrade.log
systemctl enable --now libeufin-bank.target &>> upgrade.log
systemctl enable --now libeufin-nexus.target &>> upgrade.log
+systemctl enable --now taler-exchange-offline.timer
echo " OK"
exit 0