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

Upgrade provide message

parent f9592014
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,12 @@ function update_openfpm()
fi
else
./install $dir_prev_inst $for_opt
if [ $? -ne 0 ]; then
echo -e "Upgrade summary\033[91;5;1m FAILED \033[0m"
else
echo -e "Upgrade summary\033[92;5;1m SUCCEED \033[0m"
echo -e "To make the upgrade active do: \033[1m make install \033[0m"
fi
fi
}
......
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