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
Branches
Tags
1 merge request!66Remove erroneous error message in install.sh
......@@ -131,7 +131,7 @@ else
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"
else
echo " - Deployed ${CONTAINER} image: $SIF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment