We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c707e4 commit 54bb3ecCopy full SHA for 54bb3ec
create_tarball.sh
@@ -51,6 +51,13 @@ if [ -d ${eessi_version}/scripts ]; then
51
find ${eessi_version}/scripts -type f | grep -v '/\.wh\.' >> ${files_list}
52
fi
53
54
+# also include init, which is also copied by install_scripts.sh
55
+if [ -d ${eessi_version}/init ]; then
56
+ find ${eessi_version}/init -type f | grep -v '/\.wh\.' >> ${files_list}
57
+fi
58
+
59
60
61
if [ -d ${eessi_version}/software/${os}/${cpu_arch_subdir}/modules ]; then
62
# module files
63
find ${eessi_version}/software/${os}/${cpu_arch_subdir}/modules -type f | grep -v '/\.wh\.' >> ${files_list}
0 commit comments