gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix option name


From: gnunet
Subject: [taler-deployment] branch master updated: fix option name
Date: Tue, 01 Nov 2022 20:50:00 +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 3627925  fix option name
3627925 is described below

commit 3627925b9bd6f078c5cf32da1d100283863e1ec6
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 1 20:49:56 2022 +0100

    fix option name
---
 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 d019111..7e8bc0c 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 --username "$2" --password "$3" $1 -o /dev/null -O /dev/null 
>/dev/null && break
+      wget --user "$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]