From bf17f55aef28f91e00392e0fbe9b8fc27e64d225 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 10 Sep 2025 12:29:49 -0500 Subject: [PATCH] Remove cm-2.facility.path-cc.io from the CM list: it doesn't exist --- 10-setup-htcondor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-setup-htcondor.sh b/10-setup-htcondor.sh index c766a77..d0903f1 100755 --- a/10-setup-htcondor.sh +++ b/10-setup-htcondor.sh @@ -212,7 +212,7 @@ case ${POOL} in ;; prod-path-facility) default_cm1=cm-1.facility.path-cc.io - default_cm2=cm-2.facility.path-cc.io + default_cm2= default_syslog_host=syslog.osg.chtc.io GLIDECLIENT_Group=path-container ;;