From b9d401b17821d27b046dd67f18e902a09ea012f9 Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Wed, 11 Mar 2026 09:56:18 +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 16bebd782..97fefada9 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5453,7 +5453,7 @@ create_lxc_container() { msg_info "Template not present locally – will download." NEED_DOWNLOAD=1 elif [[ ! -r "$TEMPLATE_PATH" ]]; then - msg_error "Template file exists but is not readable – check permissions." + msg_error "Template file exists but is not readable, check permissions." exit 221 elif [[ "$(stat -c%s "$TEMPLATE_PATH")" -lt 1000000 ]]; then if [[ -n "$ONLINE_TEMPLATE" ]]; then