commit edeee7cac1a0427a4308914445f34b0fa6761401
parent 501379580facddf530212b4a2675dc8f7db72878
Author: Devan Carpenter <devan@taler.net>
Date: Tue, 16 Jul 2024 15:15:26 -0400
setup: continue even if kudos.conf doesn't exist
the script shouldn't fail if it doesn't exist
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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]