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

Merge branch 'sly2j-master-patch-93319' into 'master'

Remove erroneous error message in install.sh

See merge request !66
parents ab86bb73 d77b06ae
No related branches found
No related tags found
1 merge request!66Remove erroneous error message in install.sh
...@@ -131,7 +131,7 @@ else ...@@ -131,7 +131,7 @@ else
fi fi
fi fi
if [ -z $SIF -o ! -f $SIF ]; then if [ -z $SIF -o ! -f $SIF -o ! -d $SIF ]; then
echo "ERROR: no singularity image found" echo "ERROR: no singularity image found"
else else
echo " - Deployed ${CONTAINER} image: $SIF" echo " - Deployed ${CONTAINER} image: $SIF"
......
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