Move template list cache to ~/.dropshell/temp_files/ out of git repos
This commit is contained in:
@@ -73,7 +73,7 @@ std::vector<OverrideChange> apply_overrides(
|
||||
// Apply each override, skipping variables not defined in the template
|
||||
for (const auto& [key, new_val] : override_vars) {
|
||||
if (!allowed_vars.empty() && allowed_vars.find(key) == allowed_vars.end()) {
|
||||
warning << "Override skipped: " << key << " is not defined in the template for " << service_name << std::endl;
|
||||
debug << "Override skipped: " << key << " is not defined in the template for " << service_name << std::endl;
|
||||
continue;
|
||||
}
|
||||
std::string current_val = service_env.get_variable(key);
|
||||
|
||||
Reference in New Issue
Block a user