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

Fixing update

parent 38690767
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,9 @@ function update_openfpm()
if [ x"$1" == x"update" -a x"$force_up" == x"" ]; then
source $HOME/openfpm_vars
sh autogen.sh
# Reconfigure
conf_command=$(cat config.log)
$(conf_command)
if [ $? -ne 0 ]; then
echo -e "Update summary\033[91;5;1m FAILED \033[0m"
return
......
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