services/Distributed-Wiki.md
... ...
@@ -265,7 +265,7 @@ check_urls() {
265 265
for url in "${URL[@]}"; do
266 266
267 267
## workaround curl errno 23 when piping
268
- http_response=`${CURL} --insecure -L -o - "${url}"`
268
+ http_response=`${CURL} --insecure -g -s -L -o - "${url}"`
269 269
270 270
echo "${http_response}" | egrep -q "${VALIDATE_KEYWORD}" || {
271 271
return 1