From 5904b4895baa058b14b487953783d5ff35037c9d Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Tue, 28 Oct 2025 13:02:28 +0000 Subject: [PATCH] Update vmcreate.sh --- vmcreate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmcreate.sh b/vmcreate.sh index 78582df..2b279e4 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -122,7 +122,7 @@ while getopts "a:f:hk:u:p:d:n:t:" opt; do esac done -if [ $tag ]; then tag=",${tag}" +if [ $tag ]; then tag=",${tag}"; fi if [ $harule ]; then hostcheck "$harule"