mirror of https://github.com/tteck/Proxmox.git
added a clear after admin token was shown (#1219)
This commit is contained in:
parent
aa00cd62c2
commit
36cee5fe90
|
@ -70,6 +70,7 @@ while true; do
|
|||
;;
|
||||
2 )
|
||||
whiptail --title "ADMIN TOKEN" --msgbox "$(cat /etc/conf.d/vaultwarden | grep ADMIN_TOKEN | awk '{print substr($2, 13) }')" 7 68
|
||||
clear
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue