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
Branches
Tags
1 merge request!51fix small permissions issue
...@@ -15,6 +15,8 @@ VERSION=3.0.0 ...@@ -15,6 +15,8 @@ VERSION=3.0.0
wget https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/install.py wget https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/install.py
chmod +x install.py chmod +x install.py
./install.py -c $CONTAINER -v $VERSION $PWD/local ./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 ## Don't place eic-shell in local/bin as this may
## conflict with things we install inside the container ## conflict with things we install inside the container
rm $PWD/local/bin/eic-shell rm $PWD/local/bin/eic-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment