소스 검색

Update create_lxc.sh

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

+ 2 - 2
ct/create_lxc.sh

@@ -127,8 +127,8 @@ DEFAULT_PCT_OPTIONS=(
 PCT_OPTIONS=( ${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}} )
 PCT_OPTIONS=( ${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}} )
 [[ " ${PCT_OPTIONS[@]} " =~ " -rootfs " ]] || PCT_OPTIONS+=( -rootfs $CONTAINER_STORAGE:${PCT_DISK_SIZE:-8} )
 [[ " ${PCT_OPTIONS[@]} " =~ " -rootfs " ]] || PCT_OPTIONS+=( -rootfs $CONTAINER_STORAGE:${PCT_DISK_SIZE:-8} )
 
 
-echo -en "${GN} Creating LXC Container... "
+msg_info "Creating LXC Container"
 pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null ||
 pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null ||
   die "A problem occured while trying to create container."
   die "A problem occured while trying to create container."
-echo -e "${CM}${CL} \r"
+msg_ok "Creating LXC Container"
 info "LXC Container ${BL}$CTID${CL} was successfully created."
 info "LXC Container ${BL}$CTID${CL} was successfully created."