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.