Update vmcreate.sh
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user