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"