Jelajahi Sumber

Update podman_ha_container.sh

tteckster 3 tahun lalu
induk
melakukan
19db8e8036
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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"