diff --git a/creation/web_base/condor_platform_select.sh b/creation/web_base/condor_platform_select.sh index a2d4b6e7f..9a1348e54 100755 --- a/creation/web_base/condor_platform_select.sh +++ b/creation/web_base/condor_platform_select.sh @@ -43,6 +43,7 @@ findversion_redhat() { # # should I check that it is SL/RHEL/CentOS ? # no + grep -q 'CentOS Stream release 9' /etc/redhat-release && condor_os='linux-rhel9,rhel9' && return grep -q 'release 9.' /etc/redhat-release && condor_os='linux-rhel9,rhel9' && return grep -q 'CentOS Stream release 8' /etc/redhat-release && condor_os='linux-rhel8,rhel8' && return grep -q 'release 8.' /etc/redhat-release && condor_os='linux-rhel8,rhel8' && return