Skip to content

Commit

Permalink
Modify create_tarball.sh to address changes under init
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed May 8, 2024
1 parent b8f49b8 commit cd70e10
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 cd70e10

Please sign in to comment.