From e4db6be2573b7fe407fd9f0b9b655f2daa8555d5 Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Wed, 11 Mar 2026 09:56:34 +1000 Subject: [PATCH] Update misc/build.func Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 97fefada9..fc3d6e89c 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5450,7 +5450,7 @@ create_lxc_container() { NEED_DOWNLOAD=0 if [[ ! -f "$TEMPLATE_PATH" ]]; then - msg_info "Template not present locally – will download." + msg_info "Template not present locally, will download it." NEED_DOWNLOAD=1 elif [[ ! -r "$TEMPLATE_PATH" ]]; then msg_error "Template file exists but is not readable, check permissions."