diff --git a/vmcreate.sh b/vmcreate.sh index c73a537..1dcd0d7 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -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"