lxc-forgejo: Fix var name typo

This commit is contained in:
barremian 2024-05-28 21:16:28 +02:00
parent c91484dfb8
commit ca2e47dfc5
No known key found for this signature in database
GPG key ID: 96E431287CDD3E4A

View file

@ -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 \