Skip to content
Snippets Groups Projects
Commit ebc686f9 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

fix in create_JupyterLab_kernel.sh

parent 827413b0
No related branches found
No related tags found
No related merge requests found
Pipeline #8349 canceled with stage
in 3 seconds
......@@ -14,7 +14,7 @@ spack repo add $CONF_PATH
# prepare the env file
mkdir $CONF_PATH/bin
cat <<EOF $CONF_PATH/bin/env.sh
cat <<EOF > $CONF_PATH/bin/env.sh
#!/usr/bin/env bash
set -euxo pipefail
EOF
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment