We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e89d8 commit fdc1578Copy full SHA for fdc1578
1 file changed
install_scripts.sh
@@ -231,6 +231,13 @@ copy_files_by_list ${TOPDIR} ${INSTALL_PREFIX}/init/easybuild "${hook_files[@]}"
231
# note: the commands below are always run, regardless of whether the scripts were changed,
232
# but that should be fine (no changes are made if version placeholder is not present anymore)
233
234
+echo "install-scripts.sh: TRYING TO LS"
235
+ls -al /cvmfs/software.eessi.io
236
+echo "install-scripts.sh: TRYING TO TOUCH"
237
+touch /cvmfs/software.eessi.io/foo_install_scripts
238
+echo "install-scripts.sh: CHECK FOR NEW FILE"
239
240
+
241
# make sure that scripts in init/ and scripts/ use correct EESSI version
242
sed_update_if_changed "s/__EESSI_VERSION_DEFAULT__/${EESSI_VERSION}/g" ${INSTALL_PREFIX}/init/eessi_defaults
243
0 commit comments