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