fix channel aware mode config file reading
ca_config_file was set to ALL CAPS VERSION of what was provided on the command line which breaks functionality for
case-sensitive filesystems. Store in temporary string buffer and assign correctly instead.
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
ca_config_file was set to ALL CAPS VERSION of what was provided on the command line which breaks functionality for
case-sensitive filesystems. Store in temporary string buffer and assign correctly instead.