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 "<