From 01db396d2ea8fdbdfa01993a46e3eef296bed636 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Sep 2025 21:10:16 +1200 Subject: [PATCH] feat: Update 2 files --- source/src/services.cpp | 6 ++++-- source/src/templates.cpp | 41 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/source/src/services.cpp b/source/src/services.cpp index 1b66f57..69c650e 100644 --- a/source/src/services.cpp +++ b/source/src/services.cpp @@ -139,6 +139,8 @@ namespace dropshell { // determine if the service template hash matches the template hash. auto it = variables.find("TEMPLATE_HASH"); + service.service_template_hash_match = false; + if (it == variables.end()) error << "Variable TEMPLATE_HASH not found in the service " << filenames::template_info_env << " for "<