added a clear after admin token was shown (#1219)

This commit is contained in:
nicedevil007 2023-03-22 22:27:14 +01:00 committed by GitHub
parent aa00cd62c2
commit 36cee5fe90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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