mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Avoid possible issues with old migrators
This commit is contained in:
parent
f50df547e8
commit
ecb7120d2b
@ -1430,6 +1430,9 @@ if [ "$UNINSTALL" = "no" ] ; then
|
||||
for d in $MAKE_DIRS; do
|
||||
mkdir -p $DESTDIR$d
|
||||
done
|
||||
|
||||
# Remove old migrators
|
||||
rm $LIB_LOCATION/ruby/onedb/*.rb
|
||||
fi
|
||||
|
||||
# --- Install/Uninstall files ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user