glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Fixed node validation and added case insensitive gconfig_get #335

Closed mambelli closed 1 year ago

mambelli commented 1 year ago

Fixed node validation, was not reading the glidein_config due to a wrong variable name This was noted by @namrathaurs in PR #245. Moving it here because is a bug that needs to be fixed in the main branch

Added also a case-insensitive option for gconfig_get() gconfig_get VAR FILE GREP_OPTIONS e.g. gconfig_get GLIDEIN_Report_Failed "${glidein_config}" "-i" And I fixed some files that were still using grep+cut because of case-insensitivity