Update vmcreate.sh

This commit is contained in:
2026-02-19 09:06:14 +00:00
parent e237b6d57f
commit d3761476c2

View File

@@ -15,11 +15,6 @@ path="/mnt/pve/${storage}/snippets/"
node=$(hostname | cut -c4)
if [[ $node -eq "l" ]]; then node="lab"; fi
###DEBUG
echo "DEBUG NODE=$node"
exit 110
### END DEBUG
size=50
remove=false
template="user.yaml"