diff --git a/hyakvnc b/hyakvnc index bd90aa5..2cf82aa 100755 --- a/hyakvnc +++ b/hyakvnc @@ -1076,7 +1076,7 @@ function cmd_create { oras_cache_dir="${APPTAINER_CACHEDIR:-${HOME}/.apptainer/cache}/cache/oras" if mkdir -p "${oras_cache_dir}"; then log INFO "Preloading ORAS image for \"${HYAKVNC_APPTAINER_CONTAINER}\"" - oras_image_path="$(ghcr_get_oras_sif "${HYAKVNC_APPTAINER_CONTAINER}" "${APPTAINER_CACHEDIR}/oras" || true)" + oras_image_path="$(ghcr_get_oras_sif "${HYAKVNC_APPTAINER_CONTAINER}" "${APPTAINER_CACHEDIR}/cache/oras" || true)" else log ERROR "Failed to create directory ${oras_cache_dir}." fi