Skip to content

Commit

Permalink
Merge pull request #360 from TopRichard/nessi-2023.06-modify_create_t…
Browse files Browse the repository at this point in the history
…arball

Modify create_tarball.sh to address changes under init
  • Loading branch information
trz42 authored May 8, 2024
2 parents b8f49b8 + cd70e10 commit 48810af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

overlay_upper_dir="${eessi_tmpdir}/overlay-upper"

software_dir_overlay="${overlay_upper_dir}/versions/${eessi_version}/software/${os}/${cpu_arch_subdir}"
software_dir_overlay="${overlay_upper_dir}/versions/${eessi_version}"
if [ ! -d ${software_dir_overlay} ]; then
echo "Software directory overlay ${software_dir_overlay} does not exist?!" >&2
exit 3
Expand Down

0 comments on commit 48810af

Please sign in to comment.