From ca2e47dfc50ac0d2be82609739c8e05377078234 Mon Sep 17 00:00:00 2001 From: barremian Date: Tue, 28 May 2024 21:16:28 +0200 Subject: [PATCH] lxc-forgejo: Fix var name typo --- install/forgejo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh index 79c9acc0..8f134a2f 100644 --- a/install/forgejo-install.sh +++ b/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 \