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() {
|
function install_script() {
|
||||||
ARCH_CHECK
|
arch_check
|
||||||
PVE_CHECK
|
pve_check
|
||||||
NEXTID=$(pvesh get /cluster/nextid)
|
NEXTID=$(pvesh get /cluster/nextid)
|
||||||
header_info
|
header_info
|
||||||
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||||
|
|
|
@ -309,8 +309,8 @@ function advanced_settings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_script() {
|
function install_script() {
|
||||||
ARCH_CHECK
|
arch_check
|
||||||
PVE_CHECK
|
pve_check
|
||||||
NEXTID=$(pvesh get /cluster/nextid)
|
NEXTID=$(pvesh get /cluster/nextid)
|
||||||
header_info
|
header_info
|
||||||
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then
|
||||||
|
|
Loading…
Reference in New Issue