Update podman_ha_container.sh

pull/84/head
tteckster 2022-02-24 17:24:46 -05:00 committed by GitHub
parent 828e83b07e
commit 19db8e8036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"