From 81fe1ad73b429683d11420b028e5e52112fbe604 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Mar 2023 22:17:17 +0100 Subject: stop exchange before reconfiguring, just in case it is already running --- netzbon/setup-exchange.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh index 1255483..ce1a214 100755 --- a/netzbon/setup-exchange.sh +++ b/netzbon/setup-exchange.sh @@ -79,6 +79,8 @@ fi export MASTER_PUBLIC_KEY +say "Stopping running exchange before reconfiguration" +systemctl stop taler-exchange.target say "Setting up exchange database" EXCHANGE_DB=talerexchange -- cgit v1.2.3