pub fn validate_config_file(config: Option<PathBuf>) -> Option<PathBuf>
Check if config file that was passed in with –conf argument is valid. If it is not valid let the user know, set it to None, and use the default one instead.