add backtitle

This commit is contained in:
tteckster
2023-09-09 05:13:17 -04:00
committed by GitHub
parent e52b7872d2
commit 6fae1fc557
53 changed files with 220 additions and 220 deletions

View File

@ -51,7 +51,7 @@ function default_settings() {
}
function update_script() {
UPD=$(whiptail --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 2 \
UPD=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 2 \
"1" "Update ${APP}" ON \
"2" "Install ${APP} Worker" OFF \
3>&1 1>&2 2>&3)