From 694da8336009a8a118323cbf8dfe0aa3221e8586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sat, 9 Mar 2024 15:19:57 -0500 Subject: [PATCH] Improve admin token display at the end of installation --- install/vaultwarden-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/vaultwarden-install.sh b/install/vaultwarden-install.sh index ee6c5f1d..21a538ef 100644 --- a/install/vaultwarden-install.sh +++ b/install/vaultwarden-install.sh @@ -230,4 +230,6 @@ $STD apt-get autoremove $STD apt-get autoclean msg_ok "Cleaned" -msg_info "Enter ${admintoken} to gain access to admin panel, please save this somewhere! Admin panel accessible at $vw_ip4:8000/admin" +msg_info "Important! Save the following admin token:" +msg_info "${admintoken}" +msg_info "Admin panel accessible at $vw_ip4:8000/admin"