Update vmcreate.sh

This commit is contained in:
2025-11-01 13:16:41 +00:00
parent 60b965e6b6
commit 8347d51e78

View File

@@ -7,6 +7,7 @@
storage="syno-tigra"
path="/mnt/pve/${storage}/snippets/"
node=$(hostname | rev | cut -c4)
if [[ $node -eq "l" ]]; then node="lab"; fi
###DEBUG
echo "DEBUG NODE=$node"