From 01cc32217fb2dccaf20284261579addca0d42474 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 22 Dec 2020 00:46:47 +0100 Subject: fixed apicall call method parameters and verification in transaction manager which did not have and exception for localhost/basic authentication --- updateYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updateYACY.sh') diff --git a/updateYACY.sh b/updateYACY.sh index 0e2d8c125..878976a0a 100755 --- a/updateYACY.sh +++ b/updateYACY.sh @@ -3,7 +3,7 @@ cd `dirname $0` if [ -x `which wget` ] then - bin/apicall.sh "ConfigUpdate_p.html?autoUpdate=" + bin/apicall.sh "ConfigUpdate_p.html?autoUpdate=" > /dev/null elif [ -x `which java` ] then -- cgit v1.2.3