mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
lxc-forgejo: Add --separate-output to attempt to hide Whiptail after user input during installation
This commit is contained in:
@@ -49,6 +49,7 @@ DB_CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "DATABASE"
|
|||||||
"2" "PostgreSQL " OFF \
|
"2" "PostgreSQL " OFF \
|
||||||
"3" "MySQL" OFF \
|
"3" "MySQL" OFF \
|
||||||
"4" "MariaDB" OFF \
|
"4" "MariaDB" OFF \
|
||||||
|
--separate-output \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
if [ "$DB_CHOICE" == "1" ]; then
|
if [ "$DB_CHOICE" == "1" ]; then
|
||||||
msg_info "SQLite will be setup automatically by Forgejo."
|
msg_info "SQLite will be setup automatically by Forgejo."
|
||||||
|
|||||||
Reference in New Issue
Block a user