Skip to content
Snippets Groups Projects
Commit 69308250 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'fix-permissions' into 'master'

fix small permissions issue

See merge request !51
parents 47374e62 e22914be
No related branches found
Tags v3.0.0
1 merge request!51fix small permissions issue
......@@ -15,6 +15,8 @@ VERSION=3.0.0
wget https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/install.py
chmod +x install.py
./install.py -c $CONTAINER -v $VERSION $PWD/local
## ensure the container is executable
chmod +x $PWD/local/lib/${CONTAINER}.sif.${VERSION}
## Don't place eic-shell in local/bin as this may
## conflict with things we install inside the container
rm $PWD/local/bin/eic-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment