We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a69d6 commit bd5db08Copy full SHA for bd5db08
misc/build.func
@@ -11,7 +11,7 @@ variables() {
11
PVEHOST_NAME=$(hostname) # gets the Proxmox Hostname and sets it to Uppercase
12
DIAGNOSTICS="yes" # sets the DIAGNOSTICS variable to "yes", used for the API call.
13
METHOD="default" # sets the METHOD variable to "default", used for the API call.
14
- RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUDI variable.
+ RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable.
15
}
16
17
# This function sets various color variables using ANSI escape codes for formatting text in the terminal.
0 commit comments