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

Remove erroneous error message in install.sh

parent ab86bb73
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