From 3b9d36aca7cb6da4e5f9a7d04956c71aef5213e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Jacobs?= Date: Sun, 6 Jul 2025 21:40:56 +0200 Subject: [PATCH] Fix code style: missing space --- misc/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 0545d14c4..652e40fd1 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -213,7 +213,7 @@ else msg_ok "Updated LXC Template List" if [ $PCT_OSTYPE = debian ]; then msg_error "Debian unsupported with this download method. Exiting." - elif [ $PCT_OSTYPE = alpine]; then + elif [ $PCT_OSTYPE = alpine ]; then $TEMPLATE_VARIENT = 3.18 fi