Skip to content
Snippets Groups Projects
Commit 3135e4aa authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing install script

parent 4fde7ae7
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,10 @@ fi
make
if [ $? -ne 0 ]; then
conf_err=1
fi
echo ""
echo ""
if [ $conf_err -eq 0 ]; then
......
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