Update vmcreate.sh

This commit is contained in:
2025-11-02 12:38:40 +00:00
parent fa2aef99c6
commit 4d00a8e3dd

View File

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