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

pull/1220/head
nicedevil007 2 years ago committed by GitHub
parent aa00cd62c2
commit 36cee5fe90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ct/alpine-vaultwarden.sh

@ -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…
Cancel
Save