diff options
| author | Michael Peter Christen <mc@yacy.net> | 2020-12-22 00:46:47 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2020-12-22 00:46:47 +0100 |
| commit | 01cc32217fb2dccaf20284261579addca0d42474 (patch) | |
| tree | 0ba3fac778d99334a4dac8df3a41815a4e35247d /updateYACY.sh | |
| parent | d0abb0cedb6289486f3986d5725f1b6d1521370b (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-x | updateYACY.sh | 2 |
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 |
