From 0a3cf91f502018a824606a20ce3013b51d245d8a Mon Sep 17 00:00:00 2001 From: "hiroyuki.obinata" Date: Tue, 26 Dec 2023 16:06:52 +0900 Subject: [PATCH] fix: image path --- tools/images_packer/build-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/images_packer/build-cache.sh b/tools/images_packer/build-cache.sh index 54c15a00f..239eafa98 100755 --- a/tools/images_packer/build-cache.sh +++ b/tools/images_packer/build-cache.sh @@ -23,7 +23,7 @@ if [ $# -ne 2 ]; then exit 1 fi -IMAGE=$1 +IMAGE=$(realpath $1) DEVICE=$2 UUID=$(lsblk ${DEVICE} -n -o UUID || true)