From f7b56041b359ff6b7e5f252b253904c252431f7f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 28 Jun 2023 10:58:04 -0400 Subject: [PATCH] Update pbs3-upgrade.sh tweak --- misc/pbs3-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pbs3-upgrade.sh b/misc/pbs3-upgrade.sh index 83da6e95..6b389e97 100644 --- a/misc/pbs3-upgrade.sh +++ b/misc/pbs3-upgrade.sh @@ -47,7 +47,7 @@ msg_error() { start_routines() { header_info - CHOICE=$(whiptail --title "PBS 2 BACKUP" --menu "\nMake a backup of /etc/proxmox-backup to ensure that in the worst case, any relevant configuration can be recovered?" 11 58 2 \ + CHOICE=$(whiptail --title "PBS 2 BACKUP" --menu "\nMake a backup of /etc/proxmox-backup to ensure that in the worst case, any relevant configuration can be recovered?" 14 58 2 \ "yes" " " \ "no" " " 3>&2 2>&1 1>&3) case $CHOICE in