From bb0a39e3c4c7189426d41b6c332b751791df65b7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 23 Aug 2024 11:39:31 -0400 Subject: [PATCH] Update calibre-web.sh fixes https://github.com/tteck/Proxmox/issues/3576 --- ct/calibre-web.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 5cf87184..d7b53adc 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -81,7 +81,7 @@ function update_script() { line=0 elif [ $i == "gmail" ]; then line=1 - elif [ $i == "goodreads" ]; then + elif [ $i == "goodreads" ]; then line=2 elif [ $i == "ldap" ]; then line=3 @@ -102,8 +102,8 @@ function update_script() { CHOICES=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "CALIBRE-WEB OPTIONS" --separate-output --checklist "Choose Additional Options" 15 125 8 "${menu_array[@]}" 3>&1 1>&2 2>&3) spinner & SPINNER_PID=$! + options=() if [ ! -z "$CHOICES" ]; then - declare -a options for CHOICE in $CHOICES; do case "$CHOICE" in "1")