We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fdf09 commit 4b686e9Copy full SHA for 4b686e9
install_software_layer.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
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
base_dir=$(dirname $(realpath $0))
7
source ${base_dir}/init/eessi_defaults
8
$base_dir/run_in_compat_layer_env.sh $base_dir/EESSI-install-software.sh "$@"
0 commit comments