Skip to content

Commit 9654c0b

Browse files
author
Caspar van Leeuwen
committed
More debugging
1 parent fdc1578 commit 9654c0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

install_scripts.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ sed_update_if_changed() {
4646

4747
local sed_command="$1"
4848
local file="$2"
49+
50+
echo "install-scripts.sh:sed_update_if_changed: TRYING TO LS"
51+
ls -al /cvmfs/software.eessi.io/versions/2023.06/init
52+
echo "install-scripts.sh:sed_update_if_changed: TRYING TO TOUCH"
53+
touch /cvmfs/software.eessi.io/versions/2023.06/init/foo_install_scripts_sed_update
54+
mktemp foo.XXXXXXX
55+
echo "install-scripts.sh:sed_update_if_changed: CHECK FOR NEW FILE"
56+
ls -al /cvmfs/software.eessi.io/versions/2023.06/init
57+
58+
4959
local tmp_file="$(mktemp "${file}.XXXXXX")"
5060

5161
sed "$sed_command" "$file" > "$tmp_file" || {

0 commit comments

Comments
 (0)