From b29c001495a7aa5550e27514ed1260b239ae79d8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 20 Feb 2022 00:20:57 -0500 Subject: [PATCH] Update vault_container.sh --- ct/vault_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/vault_container.sh b/ct/vault_container.sh index 3c3653d2..6ab85226 100644 --- a/ct/vault_container.sh +++ b/ct/vault_container.sh @@ -81,7 +81,7 @@ pushd $TEMP_DIR >/dev/null wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh load_module overlay -echo -e "${RD} Patience is required while Building Vaultwarden ${CL} \n" +echo -e "${RD} Expect 30+ minute install time. ${CL} \n" while read -r line; do TAG=$(echo $line | awk '{print $1}') TYPE=$(echo $line | awk '{printf "%-10s", $2}')