gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use appropriate credentials op


From: gnunet
Subject: [taler-deployment] branch master updated: use appropriate credentials options
Date: Tue, 01 Nov 2022 20:43:35 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9d78531  use appropriate credentials options
9d78531 is described below

commit 9d78531633f7874e7e16313d57d24bc6a7fc1a77
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 20:43:31 2022 +0100

    use appropriate credentials options
---
 docker/hybrid/images/merchant/startup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/hybrid/images/merchant/startup.sh 
b/docker/hybrid/images/merchant/startup.sh
index 8732891..d019111 100644
--- a/docker/hybrid/images/merchant/startup.sh
+++ b/docker/hybrid/images/merchant/startup.sh
@@ -53,7 +53,7 @@ for n in `seq 1 50`
     OK=1
     # auth case.
     if test -n "$2" -a -n "$3"; then
-      wget --header "$2" $1 -o /dev/null -O /dev/null >/dev/null && break
+      wget --username "$2" --password "$3" $1 -o /dev/null -O /dev/null 
>/dev/null && break
     else
       wget $1 -o /dev/null -O /dev/null >/dev/null && break
     fi

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