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

Fixing upgrade

parent 5795d102
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ function update_openfpm() ...@@ -63,7 +63,7 @@ function update_openfpm()
dir_prev_inst="-i $dir_prev_inst" dir_prev_inst="-i $dir_prev_inst"
fi fi
if [ x"$foward_options" != x"" ]; then if [ x"$foward_options" != x"" ]; then
foward_options="-i $foward_options" foward_options="-c $foward_options"
fi fi
./install $dir_prev_inst $foward_options ./install $dir_prev_inst $foward_options
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