浏览代码

Update vault_container.sh

tteckster 3 年之前
父节点
当前提交
b29c001495
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/vault_container.sh

+ 1 - 1
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}')