소스 검색

Update create_lxc.sh

tteckster 3 년 전
부모
커밋
af51999c11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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