Improve admin token display at the end of installation

This commit is contained in:
Rémi Bédard-Couture 2024-03-09 15:19:57 -05:00
parent 04629c9736
commit 694da83360
1 changed files with 3 additions and 1 deletions

View File

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