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