Skip to content

Commit

Permalink
fix: allow eic-shell --upgrade on cvmfs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 4, 2024
1 parent 314c9dc commit 61ffc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ if [ ! -z \${UPGRADE} ]; then
echo " instantiate a local version."
echo " This is only recommended for expert usage."
echo ""
echo "Exiting without upgrade"
exit 0
echo "This will only upgrade the eic-shell script itself."
echo ""
fi
FLAGS="-p \${PREFIX} -v \${VERSION}"
if [ ! -z \${TMPDIR} ]; then
Expand Down

0 comments on commit 61ffc97

Please sign in to comment.