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

Fixing install script

parent 00e8322f
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,9 @@ fi
echo ""
echo ""
if [ $conf_err -eq 0 ]; then
echo -e "Configure \033[92;5;1m SUCCEED \033[0m"
echo -e "Install\033[92;5;1m SUCCEED \033[0m"
else
echo -e "Configure \033[91;5;1m FAILED \033[0m"
echo -e "Install\033[91;5;1m FAILED \033[0m"
fi
echo "Command used to configure"
......
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