mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
Standardize NSAPP names across VM scripts (#12924)
This commit is contained in:
committed by
GitHub
parent
7e35b6dd65
commit
b2abe63620
@@ -22,7 +22,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="debian13vm"
|
||||
NSAPP="debian-13-vm"
|
||||
var_os="debian"
|
||||
var_version="13"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user