From e22914beedde3fedd5d0d732a40c559a2342646b Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 20 May 2021 06:08:49 +0000 Subject: [PATCH] fix small permissions issue --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index dbfaa59c5..96625e132 100755 --- a/install.sh +++ b/install.sh @@ -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 -- GitLab