Skip to content

Commit

Permalink
Merge pull request #70 from tteck/main
Browse files Browse the repository at this point in the history
[pull] main from tteck:main
  • Loading branch information
pull[bot] authored Aug 23, 2024
2 parents 553e514 + bb0a39e commit cbde1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ct/calibre-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
Expand Down

0 comments on commit cbde1b8

Please sign in to comment.