gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sandcastle-ng] 02/02: setup: continue even if kudos.conf doesn't


From: gnunet
Subject: [taler-sandcastle-ng] 02/02: setup: continue even if kudos.conf doesn't exist
Date: Tue, 16 Jul 2024 21:19:23 +0200

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

devan-carpenter pushed a commit to branch master
in repository sandcastle-ng.

commit edeee7cac1a0427a4308914445f34b0fa6761401
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Tue Jul 16 15:15:26 2024 -0400

    setup: continue even if kudos.conf doesn't exist
    
    the script shouldn't fail if it doesn't exist
---
 scripts/demo/setup-sandcastle.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index dc1b011..2cddd5d 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -389,7 +389,7 @@ taler-merchant-dbconfig
 
 # The config shipped with the package can conflict with the
 # trusted sandcastle exchange if the currency is KUDOS.
-rm /usr/share/taler/config.d/kudos.conf
+rm -f /usr/share/taler/config.d/kudos.conf
 
 cat <<EOF >/etc/taler/conf.d/merchant-exchanges.conf
 [merchant-exchange-sandcastle]

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