Update vmcreate.sh

This commit is contained in:
2025-11-01 13:09:42 +00:00
parent 6376f9300b
commit ff44659bd2

View File

@@ -6,7 +6,13 @@
storage="syno-tigra" storage="syno-tigra"
path="/mnt/pve/${storage}/snippets/" path="/mnt/pve/${storage}/snippets/"
node=3 node=$(hostname | rev | cut -c4)
###DEBUG
echo "DEBUG NODE=$node"
exit 110
### END DEBUG
size=50 size=50
remove=false remove=false
template="user.yaml" template="user.yaml"