Add return carriage to msg_info to display the admin token on its own line; Reduce the memory of normal resources from 512 to 256

pull/2634/head
Rémi Bédard-Couture 1 year ago
parent 1a6107df85
commit e53bd4bf5d
  1. 2
      ct/vaultwarden.sh
  2. 4
      install/vaultwarden-install.sh

@ -139,7 +139,7 @@ build_container
description
msg_info "Setting Container to Normal Resources"
pct set $CTID -memory 512
pct set $CTID -memory 256
pct set $CTID -cores 1
msg_ok "Set Container to Normal Resources"
msg_ok "Completed Successfully!\n"

@ -231,6 +231,6 @@ $STD apt-get autoremove
$STD apt-get autoclean
msg_ok "Cleaned"
msg_info "Important! Save the following admin token:"
msg_info "${admintoken}"
msg_info "Important! Save the following admin token:\n"
msg_info "${admintoken}\n"
msg_info "Admin panel accessible at $vw_ip4:8000/admin"

Loading…
Cancel
Save