fix upper case

pull/1206/head
tteckster 2 years ago committed by GitHub
parent b010903f58
commit 59b431c423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      misc/debian1.func
  2. 4
      misc/docker1.func

@ -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…
Cancel
Save