We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b686e9 commit 674fe2bCopy full SHA for 674fe2b
install_software_layer.sh
@@ -3,6 +3,8 @@ echo "TRYING TO LS FIRST"
3
ls -al /cvmfs/software.eessi.io
4
echo "TRYING TO WRITE AT THIS LEVEL"
5
touch /cvmfs/software.eessi.io/foo
6
+echo "SEE IF WE HAVE A FOO FILE"
7
+ls -al /cvmfs/software.eessi.io
8
base_dir=$(dirname $(realpath $0))
9
source ${base_dir}/init/eessi_defaults
10
$base_dir/run_in_compat_layer_env.sh $base_dir/EESSI-install-software.sh "$@"
0 commit comments