Browse Source

Update create_lxc.sh

tteckster 3 năm trước cách đây
mục cha
commit
af51999c11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ct/create_lxc.sh

+ 1 - 1
ct/create_lxc.sh

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