diff --git a/vmcreate.sh b/vmcreate.sh index 4035bad..36974e4 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -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