浏览代码

Update podman_ha_container.sh

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

+ 2 - 2
ct/podman_ha_container.sh

@@ -121,10 +121,10 @@ else
     "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit
   done
 fi
-info "Using '$STORAGE' for storage location."
+info "Using ${BL}$STORAGE${CL} for storage location."
 
 CTID=$(pvesh get /cluster/nextid)
-info "Container ID is $CTID."
+info "Container ID is ${BL}$CTID${CL}"
 echo -en "${GN} Updating LXC Template List... "
 pveam update >/dev/null
 echo -e "${CM}${CL} \r"