Skip to content

Commit fdc1578

Browse files
author
Caspar van Leeuwen
committed
Foo from install scripts
1 parent 87e89d8 commit fdc1578

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

install_scripts.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ copy_files_by_list ${TOPDIR} ${INSTALL_PREFIX}/init/easybuild "${hook_files[@]}"
231231
# note: the commands below are always run, regardless of whether the scripts were changed,
232232
# but that should be fine (no changes are made if version placeholder is not present anymore)
233233

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+
ls -al /cvmfs/software.eessi.io
240+
234241
# make sure that scripts in init/ and scripts/ use correct EESSI version
235242
sed_update_if_changed "s/__EESSI_VERSION_DEFAULT__/${EESSI_VERSION}/g" ${INSTALL_PREFIX}/init/eessi_defaults
236243

0 commit comments

Comments
 (0)