mirror of https://github.com/tteck/Proxmox.git
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
This commit is contained in:
parent
1a6107df85
commit
e53bd4bf5d
|
@ -139,7 +139,7 @@ build_container
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_info "Setting Container to Normal Resources"
|
msg_info "Setting Container to Normal Resources"
|
||||||
pct set $CTID -memory 512
|
pct set $CTID -memory 256
|
||||||
pct set $CTID -cores 1
|
pct set $CTID -cores 1
|
||||||
msg_ok "Set Container to Normal Resources"
|
msg_ok "Set Container to Normal Resources"
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
|
|
|
@ -231,6 +231,6 @@ $STD apt-get autoremove
|
||||||
$STD apt-get autoclean
|
$STD apt-get autoclean
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
||||||
|
|
||||||
msg_info "Important! Save the following admin token:"
|
msg_info "Important! Save the following admin token:\n"
|
||||||
msg_info "${admintoken}"
|
msg_info "${admintoken}\n"
|
||||||
msg_info "Admin panel accessible at $vw_ip4:8000/admin"
|
msg_info "Admin panel accessible at $vw_ip4:8000/admin"
|
||||||
|
|
Loading…
Reference in New Issue