From 8480ced4b24d35a394bf404ceb210b4a2e374fd1 Mon Sep 17 00:00:00 2001 From: Brian Lin Date: Tue, 28 Apr 2026 14:52:59 -0500 Subject: [PATCH] Fix configuration filename for hostname fixup osg-configure only reads .ini files :( --- base/etc/osg/image-config.d/20-osg-ce-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/etc/osg/image-config.d/20-osg-ce-setup.sh b/base/etc/osg/image-config.d/20-osg-ce-setup.sh index 3de51e9..5e680c1 100755 --- a/base/etc/osg/image-config.d/20-osg-ce-setup.sh +++ b/base/etc/osg/image-config.d/20-osg-ce-setup.sh @@ -46,7 +46,7 @@ done [[ -d /tmp/etc/osg/config.d ]] && cp /tmp/etc/osg/config.d/*.ini /etc/osg/config.d/ echo "Populating osg-configure hostname with a better value..." -cat <> "$(mktemp -p /etc/osg/config.d 95-hostname-override-XXX.conf)" +cat <> "$(mktemp -p /etc/osg/config.d 95-hostname-override-XXX.ini)" [Site Information] host_name = ${_CONDOR_NETWORK_HOSTNAME:-${_condor_NETWORK_HOSTNAME:-$(hostname)}} EOF