gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 61/141: fix wallet script


From: gnunet
Subject: [taler-grid5k] 61/141: fix wallet script
Date: Thu, 18 Nov 2021 14:50:02 +0100

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

marco-boss pushed a commit to branch master
in repository grid5k.

commit 1b8566e49df95bca2504491d0b6db6c84107106f
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Oct 20 13:03:47 2021 +0200

    fix wallet script
---
 experiment/scripts/wallet.sh | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/experiment/scripts/wallet.sh b/experiment/scripts/wallet.sh
index 2440e0c..80b3f07 100755
--- a/experiment/scripts/wallet.sh
+++ b/experiment/scripts/wallet.sh
@@ -3,13 +3,11 @@ set -eux
 
 source ~/scripts/helpers.sh
 
-wait_for_keys "${PROXY_DOMAIN}"
-
-taler-wallet-cli advanced withdraw-manually \
-       --exchange "http://${PROXY_DOMAIN}/"; \
-       --amount KUDOS:10 
+if !grep -qs 'walletdb' /proc/mounts; then
+  mkdir ~/walletdb
+  mount -t tmpfs -o size=250m tmpfs ~/walletdb
+fi
 
-mkdir ~/walletdb
-mount -t tmpfs -o size=250m tmpfs ~/walletdb
+wait_for_keys "${PROXY_DOMAIN}"
 
 parallel ~/scripts/test.sh ::: {1..64}

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