浏览代码

Update create_lxc.sh

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

+ 0 - 1
ct/create_lxc.sh

@@ -116,7 +116,6 @@ TEMPLATE="${TEMPLATES[-1]}"
 
 if ! pveam list $TEMPLATE_STORAGE | grep -q $TEMPLATE; then
   msg_info "Downloading LXC Template"
-  msg_ok "Downloaded LXC Template"
   pveam download $TEMPLATE_STORAGE $TEMPLATE >/dev/null ||
     die "A problem occured while downloading the LXC template."
   msg_ok "Downloaded LXC Template"