mirror of https://github.com/tteck/Proxmox.git
parent
cf388a0f7c
commit
4fb8b00240
|
@ -53,7 +53,8 @@ function default_settings() {
|
|||
|
||||
function update_script() {
|
||||
while true; do
|
||||
CHOICE=$(whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
|
||||
CHOICE=$(
|
||||
whiptail --title "SUPPORT" --menu "Select option" 11 58 2 \
|
||||
"1" "Update VaultWarden" \
|
||||
"2" "Show Admin Token" 3>&2 2>&1 1>&3
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue