Update vaultwarden-v3.sh

This commit is contained in:
tteckster 2022-07-19 11:47:46 -04:00 committed by GitHub
parent 6ff4f880ab
commit 1285b2fb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,9 +87,9 @@ function default_settings() {
HN=$NSAPP
echo -e "${DGN}Using Disk Size ${BGN}6${CL}${DGN}GB${CL}"
DISK_SIZE="6"
echo -e "${DGN}Using ${BGN}4${CL}${DGN}vCPU${CL}"
echo -e "${DGN}Using ${BGN}2${CL}${DGN}vCPU${CL}"
CORE_COUNT="2"
echo -e "${DGN}Using ${BGN}4096${CL}${DGN}MiB RAM${CL}"
echo -e "${DGN}Using ${BGN}2048${CL}${DGN}MiB RAM${CL}"
RAM_SIZE="2048"
echo -e "${DGN}Using Bridge ${BGN}vmbr0${CL}"
BRG="vmbr0"