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

fix small permissions issue

parent 47374e62
No related branches found
No related tags found
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