From a6a83b9541f30dd61d5588078ae95f5481e6044a Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Wed, 11 Mar 2026 09:59:42 +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 fc3d6e89c..56aa7c5c6 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5457,7 +5457,7 @@ create_lxc_container() { exit 221 elif [[ "$(stat -c%s "$TEMPLATE_PATH")" -lt 1000000 ]]; then if [[ -n "$ONLINE_TEMPLATE" ]]; then - msg_warn "Template file too small (<1MB) – re-downloading." + msg_warn "Template file too small (<1MB), re-downloading." NEED_DOWNLOAD=1 else msg_warn "Template looks too small, but no online version exists. Keeping local file."