lxc-forgejo: Fix var name typo

pull/3088/head
barremian 1 year ago
parent c91484dfb8
commit ca2e47dfc5
No known key found for this signature in database
GPG Key ID: 96E431287CDD3E4A
  1. 2
      install/forgejo-install.sh

@ -41,7 +41,7 @@ msg_info "Setting up database"
DB_NAME=forgejodb
DB_USER=forgejo
DB_PASS="$(openssl rand -base64 18 | cut -c1-13)"
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "DATABASE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \
DB_CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "DATABASE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \
"1" "SQLite" ON \
"2" "PostgreSQL " OFF \
"3" "MySQL" OFF \

Loading…
Cancel
Save