fix upper case

This commit is contained in:
tteckster 2023-03-21 07:43:04 -04:00 committed by GitHub
parent b010903f58
commit 59b431c423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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