summaryrefslogtreecommitdiff
path: root/updateYACY.sh
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2020-12-22 00:46:47 +0100
committerMichael Peter Christen <mc@yacy.net>2020-12-22 00:46:47 +0100
commit01cc32217fb2dccaf20284261579addca0d42474 (patch)
tree0ba3fac778d99334a4dac8df3a41815a4e35247d /updateYACY.sh
parentd0abb0cedb6289486f3986d5725f1b6d1521370b (diff)
fixed apicall call method parameters
and verification in transaction manager which did not have and exception for localhost/basic authentication
Diffstat (limited to 'updateYACY.sh')
-rwxr-xr-xupdateYACY.sh2
1 files changed, 1 insertions, 1 deletions
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