Update vmcreate.sh

This commit is contained in:
2025-10-28 13:02:28 +00:00
parent 7f669b0d51
commit 5904b4895b

View File

@@ -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"