Skip to content

Commit 4b686e9

Browse files
author
Caspar van Leeuwen
committed
More debugging
1 parent 99fdf09 commit 4b686e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install_software_layer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
echo "TRYING TO LS FIRST"
33
ls -al /cvmfs/software.eessi.io
4+
echo "TRYING TO WRITE AT THIS LEVEL"
5+
touch /cvmfs/software.eessi.io/foo
46
base_dir=$(dirname $(realpath $0))
57
source ${base_dir}/init/eessi_defaults
68
$base_dir/run_in_compat_layer_env.sh $base_dir/EESSI-install-software.sh "$@"

0 commit comments

Comments
 (0)