exporter, reporter, teiler, auth for them

This commit is contained in:
enola DKFZ
2025-05-23 16:16:22 +02:00
committed by David Juarez
parent 8652b7c7ea
commit a765f6619f
5 changed files with 27 additions and 6 deletions

View File

@ -69,7 +69,8 @@ log INFO "Checking network access ($BROKER_URL_FOR_PREREQ) ..."
source "${CONFIG_DIR}${PROJECT}".conf
source ${PROJECT}/vars
if [ "${PROJECT}" != "minimal" ]; then
#if [ "${PROJECT}" != "minimal" ]; then
if false; then
set +e
SERVERTIME="$(https_proxy=$HTTPS_PROXY_FULL_URL curl -m 5 -s -I $BROKER_URL_FOR_PREREQ 2>&1 | grep -i -e '^Date: ' | sed -e 's/^Date: //i')"
RET=$?