mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
lxc-forgejo: Fix var name typo
This commit is contained in:
parent
c91484dfb8
commit
ca2e47dfc5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue