gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: stop exchange before reconfigu


From: gnunet
Subject: [taler-deployment] branch master updated: stop exchange before reconfiguring, just in case it is already running
Date: Tue, 07 Mar 2023 22:17:19 +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 81fe1ad  stop exchange before reconfiguring, just in case it is 
already running
81fe1ad is described below

commit 81fe1ad73b429683d11420b028e5e52112fbe604
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 7 22:17:17 2023 +0100

    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

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