Standardize NSAPP names across VM scripts (#12924)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-15 20:06:33 +01:00
committed by GitHub
parent 7e35b6dd65
commit b2abe63620
11 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ echo -e "\n Loading..."
GEN_MAC=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')
RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)"
METHOD=""
NSAPP="ubuntu-2404-vm"
NSAPP="ubuntu2404-vm"
var_os="ubuntu"
var_version="2404"