mirror of https://github.com/tteck/Proxmox.git
fix upper case
This commit is contained in:
parent
b010903f58
commit
59b431c423
|
@ -302,8 +302,8 @@ function advanced_settings() {
|
|||
}
|
||||
|
||||
function install_script() {
|
||||
ARCH_CHECK
|
||||
PVE_CHECK
|
||||
arch_check
|
||||
pve_check
|
||||
NEXTID=$(pvesh get /cluster/nextid)
|
||||
header_info
|
||||
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||
|
|
|
@ -309,8 +309,8 @@ function advanced_settings() {
|
|||
}
|
||||
|
||||
function install_script() {
|
||||
ARCH_CHECK
|
||||
PVE_CHECK
|
||||
arch_check
|
||||
pve_check
|
||||
NEXTID=$(pvesh get /cluster/nextid)
|
||||
header_info
|
||||
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||
|
|
Loading…
Reference in New Issue