We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e304426 commit 99fdf09Copy full SHA for 99fdf09
1 file changed
install_software_layer.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+echo "TRYING TO LS FIRST"
3
+ls -al /cvmfs/software.eessi.io
4
base_dir=$(dirname $(realpath $0))
5
source ${base_dir}/init/eessi_defaults
6
$base_dir/run_in_compat_layer_env.sh $base_dir/EESSI-install-software.sh "$@"
0 commit comments