소스 검색

Update create_lxc.sh

tteckster 3 년 전
부모
커밋
1de9c90afd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ct/create_lxc.sh

+ 1 - 1
ct/create_lxc.sh

@@ -130,5 +130,5 @@ PCT_OPTIONS=( ${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}} )
 msg_info "Creating LXC Container"
 pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null ||
   die "A problem occured while trying to create container."
-msg_ok "LXC Container ${BL}$CTID${CL} was successfully created."
+msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created."